Skip to main content

Link Patterns

The safest default is relative Markdown links:

  • use ./page.md inside the same section
  • use ../section/page.md across sections
  • link to index.md for section hubs

They keep the canonical source independent from the final deployment base path. The generators can translate those links into their own public URL shape during build time.