From d201b76e3672dac823207f4df0e8d990bb22c4e3 Mon Sep 17 00:00:00 2001 From: Harry Yep Date: Tue, 11 Nov 2025 10:38:22 +0800 Subject: [PATCH] fix(docs): incorrect oidc provider schema link --- docs/content/docs/plugins/mcp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/plugins/mcp.mdx b/docs/content/docs/plugins/mcp.mdx index 3872366aba..4d0ec44627 100644 --- a/docs/content/docs/plugins/mcp.mdx +++ b/docs/content/docs/plugins/mcp.mdx @@ -49,7 +49,7 @@ The **MCP** plugin lets your app act as an OAuth provider for MCP clients. It ha ``` - The MCP plugin uses the same schema as the OIDC Provider plugin. See the [OIDC Provider Schema](#schema) section for details. + The MCP plugin uses the same schema as the OIDC Provider plugin. See the [OIDC Provider Schema](/docs/plugins/oidc-provider#schema) section for details. @@ -236,4 +236,4 @@ The plugin supports additional OIDC configuration options through the `oidcConfi ## Schema -The MCP plugin uses the same schema as the OIDC Provider plugin. See the [OIDC Provider Schema](#schema) section for details. +The MCP plugin uses the same schema as the OIDC Provider plugin. See the [OIDC Provider Schema](/docs/plugins/oidc-provider#schema) section for details.