GitHub link from Issue to Wiki

adnako picture adnako · Sep 18, 2012 · Viewed 8.7k times · Source

I want link wiki-page to issue text.

[]() syntax links into issues pool.

[[text|page]] doesn't work.

How to do it?

Answer

Mark Birbeck picture Mark Birbeck · Mar 11, 2014

You can also use relative paths. Here's an example from one of my projects:

[Using-a-Shell-Configuration-File](../wikis/Using-a-Shell-Configuration-File)

I prefer this approach to full paths, since it's not impossible that you might rename a project or transfer ownership to someone else, and so break any absolute references to parts of the repo.