Link Patterns
Link Patterns
Section titled “Link Patterns”The safest default is relative Markdown links:
- use
./page.mdinside the same section - use
../section/page.mdacross sections - link to
index.mdfor section hubs
Why Relative Links Win
Section titled “Why Relative Links Win”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.