]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
update editing
authorMartin Taibr <taibr.martin@gmail.com>
Thu, 15 Jun 2017 14:55:22 +0000 (16:55 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 15 Jun 2017 14:55:22 +0000 (16:55 +0200)
Editing.md

index bdf99b7d7088ef5914805b9939ae2a77b9352b73..ca0642467ac4f29d072666961c5768d1f6076b1c 100644 (file)
@@ -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`.