From e8df82ae9fcc6f33f1343c18db10d6be4e181674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E8=87=B3=E5=8D=9A?= Date: Fri, 7 Aug 2026 14:30:40 +0800 Subject: [PATCH] docs: fix guide fragment links --- docs/mcp-elements.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mcp-elements.md b/docs/mcp-elements.md index 0f8c9eb2..498e738c 100644 --- a/docs/mcp-elements.md +++ b/docs/mcp-elements.md @@ -40,10 +40,10 @@ Each capability can be registered using two methods: - **Resource Templates**: Same `uriTemplate` - **Prompts**: Same `name` -For manual registration details, see [Server Builder Manual Registration](server-builder.md#manual-capability-registration). +For manual registration details, see [Server Builder Manual Registration](https://php.sdk.modelcontextprotocol.io/server-builder.html#manual-capability-registration). For runtime, config-driven elements whose shape is not known at compile time, see -[Explicit element registration](server-builder.md#explicit-element-registration) in the Server Builder docs. +[Explicit element registration](https://php.sdk.modelcontextprotocol.io/server-builder.html#explicit-element-registration) in the Server Builder docs. ## Tools @@ -787,7 +787,7 @@ $server = Server::builder() ->build(); ``` -For detailed information on manual registration, see [Server Builder](server-builder.md#manual-capability-registration). +For detailed information on manual registration, see [Server Builder](https://php.sdk.modelcontextprotocol.io/server-builder.html#manual-capability-registration). ### Hybrid Approach