From: Martin Taibr Date: Thu, 15 Jun 2017 14:58:01 +0000 (+0200) Subject: aaand again X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=753ae55dd80dbab629090e2c50bfa19ae99d14ba;p=xonotic%2Fxonotic.wiki.git aaand again --- diff --git a/Editing.md b/Editing.md index 05dd823..6daf6d3 100644 --- a/Editing.md +++ b/Editing.md @@ -26,4 +26,4 @@ Links don't seem to be case sensitive but it's probably best to use proper capit Automated checking ------------------- -Neither GL not GH support red links (highlighting broken links) so there's a script in [`assets/check-and-fix.py`](assets/check-and-fix.py) that finds broken links and unreachable files. To use it, clone the wiki and run the script in its root. It can automatically move or rename files that don't follow the above guidelines if you call it with `--fix`. +Neither GL not GH support red links (highlighting broken links) so there's a script in [`assets/check-and-fix.py`](assets/check-and-fix.py) that finds broken links and unreachable files. To use it, clone the wiki and run the script in its root. It can also automatically move or rename files that don't follow the above guidelines if you run it with `--fix`.