From 78e3ea29c2df83640c94924c3816f2d177f83d4b Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:22:25 +1100 Subject: [PATCH] [WIP] Fix URL path issue in learning hub (#895) * Initial plan * fix: use relative links in learning-hub index to preserve base path Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- website/src/content/docs/learning-hub/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/content/docs/learning-hub/index.md b/website/src/content/docs/learning-hub/index.md index 538e51ec..86f8ac50 100644 --- a/website/src/content/docs/learning-hub/index.md +++ b/website/src/content/docs/learning-hub/index.md @@ -16,17 +16,17 @@ tableOfContents: false ## Fundamentals 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. ## Reference Quick-lookup resources to keep handy while you work. Browse the -[GitHub Copilot Terminology Glossary](/learning-hub/github-copilot-terminology-glossary/) +[GitHub Copilot Terminology Glossary](github-copilot-terminology-glossary/) for definitions of common terms and concepts. ## Hands-on Interactive samples and recipes to learn by doing. Jump into the -[Cookbook](/learning-hub/cookbook/) for code samples, recipes, +[Cookbook](cookbook/) for code samples, recipes, and examples you can use right away.