Skip to content

Commit 8327d69

Browse files
committed
fix buid
1 parent 2c58514 commit 8327d69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/guides/agentic-ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ shows how Docker ties them all together with the following tools:
4949
- [Docker Offload](/offload/) provides a powerful, GPU-accelerated
5050
environment to run your AI applications with the same Compose-based
5151
workflow you use locally.
52-
- [Docker Compose](../manuals/ai/compose/model-runner.md/) is the tool that ties it all
52+
- [Docker Compose](/manuals/ai/compose/models-and-compose.md) is the tool that ties it all
5353
together, letting you define and run multi-container applications with a
5454
single file.
5555

@@ -64,7 +64,7 @@ works together.
6464
To follow this guide, you need to:
6565

6666
- [Install Docker Desktop 4.43 or later](../get-started/get-docker.md)
67-
- [Enable Docker Model Runner](/ai/model-runner/#enable-dmr-in-docker-desktop)
67+
- [Enable Docker Model Runner](/manuals/ai/model-runner.md#enable-dmr-in-docker-desktop)
6868
- [Join Docker Offload Beta](/offload/quickstart/)
6969

7070
## Step 1: Clone the sample application
@@ -384,7 +384,7 @@ that support local and cloud-based agentic AI development:
384384
tool integrations that follow the Model Context Protocol (MCP) standard.
385385
- [Docker MCP Gateway](/ai/mcp-gateway/): Orchestrate and manage
386386
MCP servers to connect agents to external tools and services.
387-
- [Docker Compose](../manuals/ai/compose/model-runner.md): Define and run
387+
- [Docker Compose](/manuals/ai/compose/models-and-compose.md): Define and run
388388
multi-container agentic AI applications with a single file, using the same
389389
workflow locally and in the cloud.
390390
- [Docker Offload](/offload/): Run GPU-intensive AI workloads in a secure, managed

0 commit comments

Comments
 (0)