Skip to content

Commit 88d4423

Browse files
authored
Fix broken link in client.mdx and server.mdx (modelcontextprotocol#167)
* Fix link in server.mdx The link to "Building MCP with LLMs" is broken. Fixing it to point to the correct path `/tutorials/building-mcp-with-llms` * Fix the broken link in client.mdx
1 parent c80007b commit 88d4423

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

quickstart/client.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ If you see:
799799
<Tab title="Java">
800800

801801
<Note>
802-
This is a quickstart demo based on Spring AI MCP auto-configuration and boot starters.
802+
This is a quickstart demo based on Spring AI MCP auto-configuration and boot starters.
803803
To learn how to create sync and async MCP Clients manually, consult the [Java SDK Client](/sdk/java/mcp-client) documentation
804804
</Note>
805805

@@ -925,14 +925,14 @@ Key features:
925925
- Maintains conversation memory using InMemoryChatMemory
926926
- Runs as an interactive command-line application
927927

928-
### Build and run
928+
### Build and run
929929

930930
```bash
931931
./mvnw clean install
932932
java -jar ./target/ai-mcp-brave-chatbot-0.0.1-SNAPSHOT.jar
933933
```
934934

935-
or
935+
or
936936

937937
```bash
938938
./mvnw spring-boot:run
@@ -990,7 +990,7 @@ This provides similar functionality but uses a WebFlux-based SSE transport imple
990990
<Card
991991
title="Building MCP with LLMs"
992992
icon="comments"
993-
href="/building-mcp-with-llms"
993+
href="/tutorials/building-mcp-with-llms"
994994
>
995995
Learn how to use LLMs like Claude to speed up your MCP development
996996
</Card>

quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ For more advanced troubleshooting, check out our guide on [Debugging MCP](/docs/
11651165
<Card
11661166
title="Building MCP with LLMs"
11671167
icon="comments"
1168-
href="/building-mcp-with-llms"
1168+
href="/tutorials/building-mcp-with-llms"
11691169
>
11701170
Learn how to use LLMs like Claude to speed up your MCP development
11711171
</Card>

0 commit comments

Comments
 (0)