Skip to content

Commit 99da899

Browse files
authored
feat(ai): fix slugs (#719)
1 parent 804186f commit 99da899

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ai/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To use the Telerik MCP Server:
153153

154154
### Sample Prompts
155155

156-
The following list describes how your prompts may look like. Check the [Prompt Library](slug:ai-prompt-library) for more examples.
156+
The following list describes how your prompts may look like. Check the [Prompt Library]({%slug ai/prompt-library%}) for more examples.
157157

158158
* "Telerik Generate an AJAX Grid with sorting and paging enabled. Bind the Grid to a Person model and provide dummy data."
159159
* "Telerik Generate a ComboBox for AJAX that shows a list of products. Create a Product class and generate sample data."

ai/prompt-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ This article provides a list of sample prompts for use with the [Telerik AJAX MC
1414

1515
## How to Use the Prompts
1616

17-
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).
17+
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%}).
1818

1919
1. Browse the prompt library to find a prompt that suits your needs.
2020
2. Copy the prompt text including the `#telerik_ajax_assistant` handle.
21-
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.
21+
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.
2222
4. Run the prompt against the MCP server.
2323

2424
>warning Always double-check the code and solutions proposed by any AI-powered tool before applying them to your project.

0 commit comments

Comments
 (0)