Skip to content

Commit 78e3ea2

Browse files
Copilotaaronpowell
andauthored
[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>
1 parent 9239e8e commit 78e3ea2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • website/src/content/docs/learning-hub

website/src/content/docs/learning-hub/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ tableOfContents: false
1616
## Fundamentals
1717

1818
Essential concepts to tailor GitHub Copilot beyond its default experience. Start with
19-
[What are Agents, Skills, and Instructions](/learning-hub/what-are-agents-skills-instructions/)
19+
[What are Agents, Skills, and Instructions](what-are-agents-skills-instructions/)
2020
and work through the full track to master every customization primitive.
2121

2222
## Reference
2323

2424
Quick-lookup resources to keep handy while you work. Browse the
25-
[GitHub Copilot Terminology Glossary](/learning-hub/github-copilot-terminology-glossary/)
25+
[GitHub Copilot Terminology Glossary](github-copilot-terminology-glossary/)
2626
for definitions of common terms and concepts.
2727

2828
## Hands-on
2929

3030
Interactive samples and recipes to learn by doing. Jump into the
31-
[Cookbook](/learning-hub/cookbook/) for code samples, recipes,
31+
[Cookbook](cookbook/) for code samples, recipes,
3232
and examples you can use right away.

0 commit comments

Comments
 (0)