docs: Fix links in context-servers documentation (#16538)

Release Notes:

- N/A
This commit is contained in:
jvmncs
2024-08-20 14:16:51 -04:00
committed by GitHub
parent 8381b06d2d
commit 85731dfe8e
4 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -16,6 +16,6 @@ This section covers various aspects of the Assistant:
- [Prompting & Prompt Library](./prompting.md): Learn how to write and save prompts, how to use the Prompt Library, and how to edit prompt templates.
- [Context Servers](./context_servers.md): Learn how to add custom slash commands implemented in external codebases with the Context Server Protocol.
- [Context Servers](./context-servers.md): Learn how to add custom slash commands implemented in external codebases with the Context Server Protocol.
- [Model Context Protocol](./model_context_protocol.md): Read the full specification of the Model Context Protocol that Context Servers follow to interface with the Assistant.
- [Model Context Protocol](./model-context-protocol.md): Read the full specification of the Model Context Protocol that Context Servers follow to interface with the Assistant.