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.