Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelcroi committed Jul 23, 2024
1 parent 344085f commit 27f62af
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
<CardGrid>
<Card title="Quick Installation" icon="rocket">
Get up and running in minutes:
See our [Quick Start Guide](/general/quickstart) for more details.
See our [Quick Start Guide](/multi-agent-orchestrator/general/quickstart) for more details.
</Card>

<Card title="How it works" icon="rocket">
See our [How it works](/general/how-it-works) for more details.
See our [How it works](/multi-agent-orchestrator/general/how-it-works) for more details.
</Card>

<Card title="Deployable Demo WebApp" icon="rocket">
Deploy our [Chat WebApp](/deployment/demo-web-app) to test the Multi-Agent Orchestrator:
Deploy our [Chat WebApp](/multi-agent-orchestrator/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,13 +47,13 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
<Card title="Powerful Agents" icon="puzzle">
Discover our built-in agents:

- [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/built-in/lex-bot-agent)
- [Bedrock LLM Agent](/multi-agent-orchestrator/agents/built-in/bedrock-llm-agent)
- [Amazon Bedrock Agent](/multi-agent-orchestrator/agents/built-in/amazon-bedrock-agent)
- [Lex Bot Agent](/multi-agent-orchestrator/agents/built-in/lex-bot-agent)
- [AWS Lambda Agent](/multi-agent-orchestrator/agents/built-in/lambda-agent)
- [Open AI Agent](/multi-agent-orchestrator/agents/built-in/lex-bot-agent)

Learn how to [create your own custom agents](/agents/custom-agents).
Learn how to [create your own custom agents](/multi-agent-orchestrator/agents/custom-agents).
</Card>

</CardGrid>
Expand Down

0 comments on commit 27f62af

Please sign in to comment.