diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-12 18:24:18 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-12 18:24:18 +0100 |
| commit | 69655922dc8fada82e347b4598c53b784e370e20 (patch) | |
| tree | 5a59dbfe3f81c20fc5392007c4ed3b0c459d0447 /_includes/git-wiki/sections/head/scripts.html | |
| parent | 31bc964779174e72d9f616707f1d1d8c97723570 (diff) | |
| download | wiki-69655922dc8fada82e347b4598c53b784e370e20.tar.gz wiki-69655922dc8fada82e347b4598c53b784e370e20.tar.bz2 wiki-69655922dc8fada82e347b4598c53b784e370e20.zip | |
improved red-link check
Diffstat (limited to '_includes/git-wiki/sections/head/scripts.html')
| -rw-r--r-- | _includes/git-wiki/sections/head/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/sections/head/scripts.html b/_includes/git-wiki/sections/head/scripts.html index 9cf23f3..9497626 100644 --- a/_includes/git-wiki/sections/head/scripts.html +++ b/_includes/git-wiki/sections/head/scripts.html @@ -4,7 +4,7 @@ <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> -<script src="{{ '/assets/js/red-links.js' | relative_url }}"></script> +<script src="{{ '/assets/js/checkLinks.js' | relative_url }}"></script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> |
