markerikson/react-redux-links

(docs): Relative Links are broken at Repository Main Page

armand1m opened this issue ยท 4 comments

Issue

When you try to navigate clicking in the links at the README.md rendered on the repo main page, it actually is using the last resource of the url (the repo name) and replacing with the .md filename.

When you open the README.md content and click on them they work just fine, since you're browsing through the blob files of the repo.

Proposed Solution

Was reading this article https://help.github.com/articles/relative-links-in-readmes/, and absolute paths are not recommended. So I would recommend you to put a relative link operand (./path/to/file.md) in each link so it can be found.

Yep, see github/markup#926 for details.

At the same time I'm laughing and I'm crying inside about it, sorry for the inconvenience! =)

Heh, no problem. I actually only knew something was wrong because someone pinged me on Twitter overnight, and Dan Abramov replied to us. Plus, you don't normally expect it to be a GH bug.