GitHub link from Issue to Wiki
问题 I want link wiki-page to issue text. []() syntax links into issues pool. [[text|page]] doesn't work. How to do it? 回答1: Use [text](link_to_wiki_page) where link_to_wiki_page is the full URL of the wiki page you want to link to. Just navigate to the page and copy/paste the URL from the URL bar. 回答2: You can also use relative paths. Here's an example from one of my projects: [Using-a-Shell-Configuration-File](../wiki/Using-a-Shell-Configuration-File) I prefer this approach to full paths, since