Skip to content

Commit

Permalink
fixing documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
brnaba-aws committed Jul 23, 2024
1 parent 3fed713 commit af5dc2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
</Card>

<Card title="Deployable Demo WebApp" icon="rocket">
Deploy our [Chat WebApp](/examples/chat-webapp) to test the Multi-Agent Orchestrator:
Deploy our [Chat WebApp](/deployment/demo-web-app) to test the Multi-Agent Orchestrator:

- Set up your own interactive testing environment.
- Experience real-time agent selection and routing.
Expand All @@ -47,11 +47,11 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
<Card title="Powerful Agents" icon="puzzle">
Discover our built-in agents:

- [Bedrock LLM Agent](/agents/pre-implemented/bedrock-llm-agent)
- [Amazon Bedrock Agent](/agents/pre-implemented/amazon-bedrock-agent)
- [Lex Bot Agent](/agents/pre-implemented/lex-bot-agent)
- [Bedrock LLM Agent](/agents/built-in/bedrock-llm-agent)
- [Amazon Bedrock Agent](/agents/built-in/amazon-bedrock-agent)
- [Lex Bot Agent](/agents/built-in/lex-bot-agent)
- [AWS Lambda Agent](/agents/built-in/lambda-agent)
- [Open AI Agent](/agents/pre-implemented/lex-bot-agent)
- [Open AI Agent](/agents/built-in/lex-bot-agent)

Learn how to [create your own custom agents](/agents/custom-agents).
</Card>
Expand Down

0 comments on commit af5dc2d

Please sign in to comment.