From ee9eb0582d07c4855a3f31303a67f1e9a37a4256 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Wed, 12 Feb 2025 12:46:09 +0100 Subject: [PATCH] Minor doc link fix Signed-off-by: Christian Tzolov --- .../main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc index 297fc6c5b..16415314b 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/mcp/mcp-overview.adoc @@ -18,7 +18,7 @@ a| * *Client/Server Layer*: The McpClient handles client-side operations while t |=== |=== -| link:https://modelcontextprotocol.io//sdk/java/mcp-client[MCP Client] | +| link:https://modelcontextprotocol.io/sdk/java/mcp-client[MCP Client] | a| The MCP Client is a key component in the Model Context Protocol (MCP) architecture, responsible for establishing and managing connections with MCP servers. It implements the client-side of the protocol, handling: @@ -41,7 +41,7 @@ a| The MCP Client is a key component in the Model Context Protocol (MCP) archite |=== |=== -| link:https://modelcontextprotocol.io//sdk/java/mcp-server[MCP Server] | +| link:https://modelcontextprotocol.io/sdk/java/mcp-server[MCP Server] | a| The MCP Server is a foundational component in the Model Context Protocol (MCP) architecture that provides tools, resources, and capabilities to clients. It implements the server-side of the protocol, responsible for: