Skip to content

Commit 1d39a08

Browse files
authored
Merge pull request #23788 from karanveersingh5623/patch-1
Fix image paths in Claude Code MCP guide
2 parents daa5f16 + 0314381 commit 1d39a08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/guides/genai-claude-code-mcp/claude-code-mcp-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Make sure you have:
7373
1. [Create a read-only personal access token](/security/access-tokens/#create-a-personal-access-token) and enter your access token under **Secrets**
7474
1. Save the configuration
7575

76-
![Docker Hub](./images/catalog_docker_hub.avif "Docker Hub")
76+
![Docker Hub](./Images/catalog_docker_hub.avif "Docker Hub")
7777

7878
Public images work without credentials. For private repositories, you can add your Docker Hub username and token later.
7979

80-
![Docker Hub Secrets](./images/dockerhub_secrets.avif "Docker Hub Secrets")
80+
![Docker Hub Secrets](./Images/dockerhub_secrets.avif "Docker Hub Secrets")
8181

8282

8383
---
@@ -93,7 +93,7 @@ You can connect from Docker Desktop or using the CLI.
9393
1. Locate **Claude Code**
9494
1. Select **Connect**
9595

96-
![Docker Connection](./images/docker-connect-claude.avif)
96+
![Docker Connection](./Images/docker-connect-claude.avif)
9797

9898
### Option B. Connect using the CLI
9999

@@ -128,7 +128,7 @@ You should now see:
128128
- The MCP gateway (for example `MCP_DOCKER`)
129129
- Tools provided by the Docker Hub MCP server
130130

131-
![mcp-docker](./images/mcp-servers.avif)
131+
![mcp-docker](./Images/mcp-servers.avif)
132132

133133
If not, restart Claude Code or check Docker Desktop to confirm the connection.
134134

@@ -268,7 +268,7 @@ Open your browser:
268268
```console
269269
http://localhost:3000
270270
```
271-
![Local Host](./images/Localhost.avif)
271+
![Local Host](./Images/Localhost.avif)
272272

273273
Your Node.js app should now be running.
274274

0 commit comments

Comments
 (0)