From 300f5cdc21415339148d912f9059df8bc543bd9a Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Thu, 23 Mar 2017 09:42:03 +0000 Subject: [PATCH] mention assets/check-and-fix.py in editing.md --- Editing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Editing.md b/Editing.md index 1598ab9..77275c1 100644 --- a/Editing.md +++ b/Editing.md @@ -22,3 +22,8 @@ Use standard markdown links: `[Text](link)` (e.g. `[Back to main page](Home)` to - Don't prefix `link` with either `../link` or `/link` - both break on GitHub. Using `./link` seems to work ok but is unnecessary since we have to put everything in root anyway. Links don't seem to be case sensitive but it's probably best to use proper capitalization just in case it breaks in some edge case somewhere. Also, spaces and dashes seem to be freely interchangeable on GH and GL but again, probably best to use dashes. + +Automated checking +------------------- + +Neither GL not GH support red links (highlighting broken links) so there's a script in `assets/check-and-fix.py` that does it. You can run it in the wiki root to find broken stuff. It'll also move or rename files that don't follow the above guidelines, use `--dry-run` to prevent that. -- 2.39.2