From ec69c9885f16ad6f7fef295d5b48740d6342356f Mon Sep 17 00:00:00 2001 From: mrholek Date: Fri, 3 Jul 2026 23:07:14 +0200 Subject: [PATCH] docs: fix doubled base path in AI Tools LLMs.txt links --- packages/docs/src/content/docs/ai-tools/llms-txt.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docs/src/content/docs/ai-tools/llms-txt.mdx b/packages/docs/src/content/docs/ai-tools/llms-txt.mdx index 4cfa4a8d..9e40d18f 100644 --- a/packages/docs/src/content/docs/ai-tools/llms-txt.mdx +++ b/packages/docs/src/content/docs/ai-tools/llms-txt.mdx @@ -8,22 +8,22 @@ description: "LLM-optimized documentation endpoints for CoreUI for React — llm [llms.txt](https://llmstxt.org) is an emerging standard that helps AI models understand and navigate documentation. The CoreUI for React docs expose three LLM-friendly endpoints so assistants can retrieve accurate, up-to-date content straight from the source. -For a richer, tool-based integration, see [MCP Server](/react/docs/ai-tools/mcp/). +For a richer, tool-based integration, see [MCP Server](/ai-tools/mcp/). ## /llms.txt A structured index of the documentation — every page as a titled, described link, grouped by section. It gives an LLM a compact map of what exists and where. -[Open llms.txt](/react/docs/llms.txt) +[Open llms.txt](/llms.txt) ## /llms-full.txt The entire documentation concatenated into a single Markdown file, so a model can ingest the whole set in one request. -[Open llms-full.txt](/react/docs/llms-full.txt) +[Open llms-full.txt](/llms-full.txt) ## Markdown version of any page Append `.md` to any documentation page URL to get its clean Markdown version, without the site chrome. -For example: [/react/docs/components/accordion.md](/react/docs/components/accordion.md) +For example: [/react/docs/components/accordion.md](/components/accordion.md)