This repository contains Markdown sources for the AutoHotkey documentation. The
restore_backlinks.py
script fixes links that still point to the original .htm
files. Only local links are rewritten; external URLs are left untouched. To
publish the documentation as a GitHub Wiki:
- Run
python restore_backlinks.py
to update all backlinks. - Clone your repository's wiki:
git clone https://github.com/<USER>/<REPO>.wiki.git
. - Execute
python prepare_wiki.py ../<REPO>.wiki
to copy the Markdown files into the wiki directory.index.md
will be renamed toHome.md
automatically. - Commit and push the wiki repository.
The wiki will then contain working intra-page links and can be browsed directly on GitHub.