Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 2.34 KB

hack-relative-URLs-in-github-project-main-repo.md

File metadata and controls

43 lines (35 loc) · 2.34 KB

This github project has at least two git repos, the main repo and the wiki repo.

I want to use relative links between the workspaces that ordinarily correspond to these repos,

  • both on the github website and when I have cloned elsewhere
  • e.g. so that I can clone both together and be consistent
    • TBD: exact (automated) procedure to clone both repos and stay relatively consistent

Markdown syntax relative links fail:

  • [[..]] - [[..]]
  • [[../../wiki]] - [[../../wiki]]

Trying HTML relative links:

I am so used to websites not allowing ascending relative components in URLs that I wonder if there is a security hole here... Should not be as long as cannot actually escape an areas mapped to the logged in user or guest.

Recording this in two places:

Bottom line: relative links