Skip to content

Fix broken doc links on GitHub Pages site#145

Merged
wrhalpin merged 2 commits intomainfrom
claude/create-gnat-admin-guide-BOSrp
Apr 22, 2026
Merged

Fix broken doc links on GitHub Pages site#145
wrhalpin merged 2 commits intomainfrom
claude/create-gnat-admin-guide-BOSrp

Conversation

@wrhalpin
Copy link
Copy Markdown
Owner

The Diataxis quadrant links used ../docs/tutorials/ which resolved to a non-existent sibling path when served from docs/. Changed to absolute GitHub tree URLs (github.com/wrhalpin/GNAT/tree/main/docs/*) so the markdown files render through GitHub's viewer.

https://claude.ai/code/session_01H5UbjsuiiGya5n1eUCxoaR

The Diataxis quadrant links used ../docs/tutorials/ which resolved
to a non-existent sibling path when served from docs/. Changed to
absolute GitHub tree URLs (github.com/wrhalpin/GNAT/tree/main/docs/*)
so the markdown files render through GitHub's viewer.

https://claude.ai/code/session_01H5UbjsuiiGya5n1eUCxoaR
Copilot AI review requested due to automatic review settings April 22, 2026 21:04
@wrhalpin wrhalpin merged commit d52fdbb into main Apr 22, 2026
8 of 14 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Pages landing page (docs/index.html) so the Diátaxis “Documentation by intent” quadrant links no longer point to a broken sibling ../docs/* path when served from docs/, and instead route readers to the documentation directories on GitHub where Markdown renders nicely.

Changes:

  • Replaced the four quadrant links (Tutorials / Explanation / How-to / Reference) from ../docs/... to absolute https://github.com/wrhalpin/GNAT/tree/main/docs/... URLs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants