GitHub: Any way to use relative links from Wiki to file in repo?

I am working on a wiki inside our GitHub and would like to use short links to link to the file in the repo. I found that if I use the usual relative link method described here , the link refers to a wiki, i.e. Tries to find pages on the wiki with this name, while the relative links described in the GitHubs docs and blog assume the link is in README.

Is there a way to use shortened links from wikis to files in a repo or do I need to use a full link?

+5
source share
1 answer

Try this one :

[I'm a relative reference to a repository file](../blob/master/LICENSE) 
+4
source

All Articles