From: Martin Taibr Date: Thu, 15 Jun 2017 14:55:22 +0000 (+0200) Subject: update editing X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=15a01ccf4941c149e48d6b0c7ba94c09dd68661a;p=xonotic%2Fxonotic.wiki.git update editing --- diff --git a/Editing.md b/Editing.md index bdf99b7..ca06424 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 does it. You can clone the wiki and run it in the root to find broken links and unreachable files. It'll also move or rename files that don't follow the above guidelines, use `--dry-run` to prevent that (or you can just revert the changes with git). +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. You can clone the wiki and run the script in its root. It'll automatically move or rename files that don't follow the above guidelines if you use `--fix`.