[WIP] Fix broken internal links and normalize page layouts #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.
Original prompt
Goal
Create a Pull Request that fixes broken internal links across the docs/ folder used by GitHub Pages, normalizes page layouts so the site renders correctly, and sets baseurl to "/roll_tracker" in docs/_config.yml as requested. The branch docs/fix-links-layouts already exists and should be used as the source branch. The PR should target the main branch.
Changes to make (files and exact contents)
Replace file with:
Replace file with:
Replace file with:
Replace file with:
Change only the front matter from
layout: pagetolayout: default. Preserve the entire body content exactly as-is.Commit & PR details
{{ '/path/' | relative_url }}so the site correctly resolves links when published under the project path. All content preserved; changes are formatting and link fixes only. Local build verification notes will be included.Testing
Preserve
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.