From b451e17bed9b53ec78134cfc630e4f8c86bc792c Mon Sep 17 00:00:00 2001 From: P1l3T0 Date: Wed, 15 Oct 2025 11:37:22 +0300 Subject: [PATCH] feat(ai): fix slugs --- ai/mcp-server.md | 2 +- ai/prompt-library.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ai/mcp-server.md b/ai/mcp-server.md index 882fc2181..dbc073680 100644 --- a/ai/mcp-server.md +++ b/ai/mcp-server.md @@ -153,7 +153,7 @@ To use the Telerik MCP Server: ### Sample Prompts -The following list describes how your prompts may look like. Check the [Prompt Library](slug:ai-prompt-library) for more examples. +The following list describes how your prompts may look like. Check the [Prompt Library]({%slug ai/prompt-library%}) for more examples. * "Telerik Generate an AJAX Grid with sorting and paging enabled. Bind the Grid to a Person model and provide dummy data." * "Telerik Generate a ComboBox for AJAX that shows a list of products. Create a Product class and generate sample data." diff --git a/ai/prompt-library.md b/ai/prompt-library.md index f334e7926..b45cf60d2 100644 --- a/ai/prompt-library.md +++ b/ai/prompt-library.md @@ -14,11 +14,11 @@ This article provides a list of sample prompts for use with the [Telerik AJAX MC ## How to Use the Prompts -All prompts in this library target the [Telerik AJAX MCP Server]({%slug ai/mcp-server%}). The [`#telerik_ajax_assistant` handle](slug:ai-mcp-server#usage) assumes that this is the server name you have [entered in the `mcp.json` file during installation](slug:ai-mcp-server#installation). +All prompts in this library target the [Telerik AJAX MCP Server]({%slug ai/mcp-server%}). The [`#telerik_ajax_assistant` handle]({%slug ai/mcp-server#usage%}) assumes that this is the server name you have [entered in the `mcp.json` file during installation]({%slug ai/overview#installation%}). 1. Browse the prompt library to find a prompt that suits your needs. 2. Copy the prompt text including the `#telerik_ajax_assistant` handle. -3. (optional) Customize the prompt as needed for your specific use case. Make sure the changes comply with the [intended use](slug:ai-overview#intended-use) and the [recommendations](slug:ai-overview#recommendations) for the AI Coding Assistant. +3. (optional) Customize the prompt as needed for your specific use case. Make sure the changes comply with the [intended use]({%slug ai/overview#intended-use%}) and the [recommendations]({%slug ai/overview#recommendations%}) for the AI Coding Assistant. 4. Run the prompt against the MCP server. >warning Always double-check the code and solutions proposed by any AI-powered tool before applying them to your project.