Skip to content

Commit 43d5fd1

Browse files
tomkisedengilbert
authored andcommitted
chore: fixing dead links in the docs (i-am-bee#1557)
Signed-off-by: Tomas Weiss <[email protected]> Signed-off-by: Eden Gilbert <[email protected]>
1 parent 59f37f9 commit 43d5fd1

File tree

5 files changed

+7
-125
lines changed

5 files changed

+7
-125
lines changed

docs/deploy/deploy-your-agents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once you've wrapped your agent with the Agent Stack server, you need to containe
88
## Prerequisites
99

1010
- Docker installed and running (or use GitHub Actions via template)
11-
- Agent wrapped with Agent Stack SDK ([Wrap Existing Agents](/deploy/wrap-existing-agent) or [Build New Agent](/deploy/build-new-agent))
11+
- Agent wrapped with Agent Stack SDK ([Wrap Existing Agents](/deploy/wrap-existing-agents) or [Build New Agent](/introduction/start-building-agents))
1212
- Agent Stack installed ([Quickstart](/introduction/quickstart))
1313

1414
## Containerize Your Agent
@@ -142,7 +142,7 @@ agentstack build . --dockerfile=./deploy/Containerfile --import
142142
Now that your agent is deployed, enhance it with extensions:
143143

144144
<CardGroup cols={2}>
145-
<Card title="LLM Service" icon="rotate" href="/extensions/llm-service">
145+
<Card title="LLM Service" icon="rotate" href="/extensions/llm-proxy-service">
146146
Change your agent's LLM at runtime and manage model connections dynamically
147147
</Card>
148148

docs/extensions/agent-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Sometimes you need to give users control over how your agent behaves during a co
88
The Agent Stack platform provides a Settings extension that creates an interactive UI component where users can configure these options before or during their interaction with your agent.
99

1010
<Tip>
11-
Settings extensions are a type of [Platform Extension](/concepts/extensions) that allows you to easily "inject dependencies" into your agent. This follows the inversion of control principle where your agent defines what it needs, and the platform provides those dependencies.
11+
Settings extensions are a type of [Service Extension](/sdk/overview#dependency-injection-service-extensions) that allows you to easily "inject dependencies" into your agent. This follows the inversion of control principle where your agent defines what it needs, and the platform provides those dependencies.
1212
</Tip>
1313

1414
## Quickstart

docs/extensions/overview.mdx

Lines changed: 0 additions & 118 deletions
This file was deleted.

docs/extensions/rag.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,6 @@ async def rag_agent(
342342
### Next steps
343343
To further improve the agent, learn how to use other parts of the platform such as LLMs,
344344
file uploads and conversations:
345-
- [LLM extension](./llm-configuration)
346-
- [Multi-turn conversations](./multi-turn)
347-
- [File handling](./file-handling)
345+
- [LLM extension](/extensions/llm-proxy-service)
346+
- [Multi-turn conversations](/guides/multi-turn)
347+
- [File handling](/guides/files)

docs/introduction/connect-a2a-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ That's it! Your agent is now registered with Agent Stack and accessible through
3232
The proxy creates a bridge between your A2A agent and Agent Stack by:
3333

3434
1. **Intercepting agent card requests** - Captures `/.well-known/agent-card.json` requests from any A2A client
35-
2. **Adding Agent Details extension** - Automatically injects the necessary [AgentDetail](/build-agents/agent-details) extension data that enables the agent to work within the Agent Stack ecosystem
35+
2. **Adding Agent Details extension** - Automatically injects the necessary [AgentDetail](/extensions/agent-details) extension data that enables the agent to work within the Agent Stack ecosystem
3636
3. **Auto-registration** - Automatically registers the modified agent with the Agent Stack, making it immediately available
3737

3838
<Note>

0 commit comments

Comments
 (0)