[WIP] Fix URL path issue in learning hub#895
Merged
aaronpowell merged 2 commits intostagedfrom Mar 5, 2026
Merged
Conversation
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
aaronpowell
approved these changes
Mar 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Learning Hub index content links to avoid absolute /learning-hub/... paths that can break when the site is hosted under a non-root base path.
Changes:
- Converted in-body Learning Hub links from absolute to relative paths.
- Kept trailing slashes on updated links for consistency with existing routing.
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
18
to
20
| Essential concepts to tailor GitHub Copilot beyond its default experience. Start with | ||
| [What are Agents, Skills, and Instructions](/learning-hub/what-are-agents-skills-instructions/) | ||
| [What are Agents, Skills, and Instructions](what-are-agents-skills-instructions/) | ||
| and work through the full track to master every customization primitive. |
There was a problem hiding this comment.
The Learning Hub hero action link in the frontmatter still uses an absolute /learning-hub/... path. If this PR is meant to fix base-path/routing issues by avoiding absolute links, this button will likely still break when the site is served under a non-root base URL. Update the hero.actions[0].link value to match the new relative linking approach used below.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.