From 1059fdf06dfbd685c273b8d153545c2ce9fd0d54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kh=E1=BA=A3i?= <hvksmr1996@gmail.com>
Date: Sun, 15 Mar 2020 14:35:35 +0000
Subject: [PATCH] Use wikipedia link

---
 manual/src/introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/src/introduction.md b/manual/src/introduction.md
index 1edbc128..08d3626a 100644
--- a/manual/src/introduction.md
+++ b/manual/src/introduction.md
@@ -2,7 +2,7 @@
 
 Ion is a modern system shell that features a simple, yet powerful, syntax. It is written entirely
 in Rust, which greatly increases the overall quality and security of the shell, eliminating the
-possibilities of a [ShellShock](http://www.wikiwand.com/en/Shellshock_(software_bug))-like vulnerability, and making development easier. It also
+possibilities of a [ShellShock](https://en.wikipedia.org/wiki/Shellshock_(software_bug))-like vulnerability, and making development easier. It also
 offers a level of performance that exceeds that of Dash, when taking advantage of Ion's features.
 While it is developed alongside, and primarily for, RedoxOS, it is a fully capable on other *nix
 platforms, and we are currently searching for a Windows developer to port it to Windows.
-- 
GitLab