Links back to parent directory does not work in Markdown #13849
Replies: 2 comments 1 reply
-
|
Hi @fluentcodes , I've arrived here because I can't get the relative paths to work with README.md file at all. I saw that the same issue happens in other Github repos that were supposed to work before. Example: It's strange, as Github itself is even recommending using relative paths: Did you get more information about this? I tried to search for official Github issue ticket or something, but I didn't find anything :( Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
@fluentcodes Not sure if you're aware but |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to expand a sandbox concept to something I called "GitSamples". It uses Topic Branches and README.md files in folders for documentation as Repo on Github. I've got a problem when navigate from a README.md in one folder back to another with ... Back navigation is simple not possible in Markdowns.
The only solution I've found is /../../tree/BRANCH/PATH. So all the documention only work in that specific branch. Renaming or cloning would destroy all links in documentation. Is there another solution?
Or is there something planned? Relative folder links works fine unless you want to go back.
Best
Werner
My investigations:
https://github.com/fluentcodes/GitSamples-GIT/tree/github-readme-links
Beta Was this translation helpful? Give feedback.
All reactions