From 106e9c8ba3c38045b6a0a4e8a118b57e139353cb Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 15 Sep 2018 10:59:01 -0700 Subject: [PATCH] Updated Integration (markdown) --- Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integration.md b/Integration.md index 97a0be9..a0dd4e9 100644 --- a/Integration.md +++ b/Integration.md @@ -132,5 +132,5 @@ ShellCheck will look at the environment variable SHELLCHECK_OPTS (space separate ShellCheck's warnings usually fit on a single line and can therefore be terse. -To provide users with more information, you can construct a wiki link given the error code: `https://github.com/koalaman/shellcheck/wiki/SC2086` for [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) about unquoted variables. +To provide users with more information, you can construct a wiki link given the error code: `https://www.shellcheck.net/wiki/SC2086` for [SC2086](https://www.shellcheck.net/wiki/SC2086) about unquoted variables. This currently redirects straight to the GitHub wiki.