Skip to content

Commit 26aa423

Browse files
Merge pull request #701 from westey-m/af-fix-index-yml
Fix broken links in index.yml
2 parents 9aefa8a + f0bdb8a commit 26aa423

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

agent-framework/index.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@ productDirectory:
2525
- title: Quick Start
2626
imageSrc: /agent-framework/media/quick-start.svg
2727
links:
28-
- url: /agent-framework/get-started/quick-start-guide
28+
- url: /agent-framework/tutorials/quick-start
29+
text: Agent Framework Quick Start
30+
- url: /agent-framework/tutorials/overview
2931
text: Learn how to use Agent Framework
30-
- url: /agent-framework/get-started/detailed-samples
31-
text: Check out samples for Agent Framework
32+
- url: https://github.com/microsoft/agent-framework/tree/main/python/samples
33+
text: Check out Python samples for Agent Framework
34+
- url: https://github.com/microsoft/agent-framework/tree/main/dotnet/samples
35+
text: Check out C# samples for Agent Framework
3236
- title: Migration Guide
3337
imageSrc: /agent-framework/media/migration-guide.svg
3438
links:
35-
- url: /agent-framework/migration-guide/index
39+
- url: /agent-framework/migration-guide/from-autogen/index
40+
text: Migrate from Autogen to Agent Framework
41+
- url: /agent-framework/migration-guide/from-semantic-kernel/index
3642
text: Migrate from Semantic Kernel to Agent Framework

0 commit comments

Comments
 (0)