Skip to content

docs: prefix absolute internal links with /xorl/ base path#10

Merged
kiddyboots216 merged 1 commit into
mainfrom
fix/docs-base-path-links
Apr 25, 2026
Merged

docs: prefix absolute internal links with /xorl/ base path#10
kiddyboots216 merged 1 commit into
mainfrom
fix/docs-base-path-links

Conversation

@qywu

@qywu qywu commented Apr 18, 2026

Copy link
Copy Markdown
Member

Summary

49 in-text markdown links across 20 doc files used absolute paths like `](/server-training/...)` without the `/xorl/` base prefix. Since the site is published at `https://togethercomputer.github.io/xorl/\`, those links render as `href="/server-training/..."` and 404 on click.

Sidebar links use Starlight's `slug:` mechanism and were unaffected — this only impacts prose/table links inside page content.

Fix: prefix every `](/...)` link with `/xorl/` across `docs/src/content/docs/`.

Test plan

  • Verify a previously-broken link works after deploy, e.g. from the server-training overview click the "Launching & Configuration" link in the Quick Start table
  • Spot-check a few links in `moe/expert-parallelism.mdx` and `server-training/sglang.mdx`

@kiddyboots216 kiddyboots216 merged commit 2a04e46 into main Apr 25, 2026
2 checks passed
@kiddyboots216 kiddyboots216 deleted the fix/docs-base-path-links branch June 24, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants