1

I want the link to resolve as a web page, not as a github source of a web page.

user939857
  • 377
  • 5
  • 19
  • Could you please elaborate your problem? I am confused on whether you want to redirect to a URL or what. – Sanip May 18 '20 at 03:31

2 Answers2

0

check out this link

They suggest trying

[a link](https://github.com/user/repo/blob/branch/other_file.md)

but without screenshots or examples, we don't know exactly what you are trying to accomplish

Daniel_j_iii
  • 3,041
  • 2
  • 11
  • 27
0

Use the https://htmlpreview.github.io/ feature by appending the link to your static page in the repo to that link and make a reference to the whole link in your readme. For example:

https://htmlpreview.github.io/?https://github.com/name/repo/master/doc/index.html

Lucas Meier
  • 369
  • 3
  • 6