Search code examples
github-flavored-markdown

How to redirect to another wiki page in GitHub flavored Markdown?


I would like to create alias pages on GitHub Wiki. Is there something similar to a Wikipedia feature that redirects WP:R and WP:RDR to Wikipedia:Redirect page?


Solution

  • GitHub removed/never added the possibility to configure redirects.

    The original Gollum wiki supports redirects: https://github.com/gollum/gollum/wiki#redirects

    But, as I tested right now, GitHub disabled the feature. It doesn't even work with renamed pages, sorry.

    You can see here: Is it possible to redirect in Gollum wiki (GitHub wiki) pages? how people solved the same issue 9 years ago...