Skip to content

Commit 7a68d7f

Browse files
author
Really Him
committed
fix: fix more broken links
1 parent 3ffc6ca commit 7a68d7f

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

docs/specification/2024-11-05/server/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
2525
Explore these key primitives in more detail below:
2626

2727
<CardGroup cols={3}>
28-
<Card title="Prompts" icon="message" href="prompts" />
29-
<Card title="Resources" icon="file-lines" href="resources" />
30-
<Card title="Tools" icon="wrench" href="tools" />
28+
<Card title="Prompts" icon="message" href="/specification/2024-11-05/server/prompts" />
29+
<Card title="Resources" icon="file-lines" href="/specification/2024-11-05/server/resources" />
30+
<Card title="Tools" icon="wrench" href="/specification/2024-11-05/server/tools" />
3131
</CardGroup>

docs/specification/2024-11-05/server/prompts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface, which allows users to naturally discover and invoke available prompts
2020

2121
For example, as slash commands:
2222

23-
![Example of prompt exposed as slash command](slash-command.png)
23+
![Example of prompt exposed as slash command](/specification/2024-11-05/server/slash-command.png)
2424

2525
However, implementors are free to expose prompts through any interface pattern that suits
2626
their needs&mdash;the protocol itself does not mandate any specific user interaction

docs/specification/2024-11-05/server/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, applications could:
2323
- Allow the user to search through and filter available resources
2424
- Implement automatic context inclusion, based on heuristics or the AI model's selection
2525

26-
![Example of resource context picker](resource-picker.png)
26+
![Example of resource context picker](/specification/2024-11-05/server/resource-picker.png)
2727

2828
However, implementations are free to expose resources through any interface pattern that
2929
suits their needs&mdash;the protocol itself does not mandate any specific user

docs/specification/2025-03-26/server/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
2525
Explore these key primitives in more detail below:
2626

2727
<CardGroup cols={3}>
28-
<Card title="Prompts" icon="message" href="prompts" />
29-
<Card title="Resources" icon="file-lines" href="resources" />
30-
<Card title="Tools" icon="wrench" href="tools" />
28+
<Card title="Prompts" icon="message" href="/specification/2025-03-26/server/prompts" />
29+
<Card title="Resources" icon="file-lines" href="/specification/2025-03-26/server/resources" />
30+
<Card title="Tools" icon="wrench" href="/specification/2025-03-26/server/tools" />
3131
</CardGroup>

docs/specification/2025-03-26/server/prompts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface, which allows users to naturally discover and invoke available prompts
1919

2020
For example, as slash commands:
2121

22-
![Example of prompt exposed as slash command](slash-command.png)
22+
![Example of prompt exposed as slash command](/specification/2025-03-26/server/slash-command.png)
2323

2424
However, implementors are free to expose prompts through any interface pattern that suits
2525
their needs&mdash;the protocol itself does not mandate any specific user interaction

docs/specification/2025-03-26/server/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For example, applications could:
2121
- Allow the user to search through and filter available resources
2222
- Implement automatic context inclusion, based on heuristics or the AI model's selection
2323

24-
![Example of resource context picker](resource-picker.png)
24+
![Example of resource context picker](/specification/2025-03-26/server/resource-picker.png)
2525

2626
However, implementations are free to expose resources through any interface pattern that
2727
suits their needs&mdash;the protocol itself does not mandate any specific user

docs/specification/draft/server/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each primitive can be summarized in the following control hierarchy:
2525
Explore these key primitives in more detail below:
2626

2727
<CardGroup cols={3}>
28-
<Card title="Prompts" icon="message" href="prompts" />
29-
<Card title="Resources" icon="file-lines" href="resources" />
30-
<Card title="Tools" icon="wrench" href="tools" />
28+
<Card title="Prompts" icon="message" href="/specification/draft/server/prompts" />
29+
<Card title="Resources" icon="file-lines" href="/specification/draft/server/resources" />
30+
<Card title="Tools" icon="wrench" href="/specification/draft/server/tools" />
3131
</CardGroup>

docs/specification/draft/server/prompts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface, which allows users to naturally discover and invoke available prompts
1919

2020
For example, as slash commands:
2121

22-
![Example of prompt exposed as slash command](slash-command.png)
22+
![Example of prompt exposed as slash command](/specification/draft/server/slash-command.png)
2323

2424
However, implementors are free to expose prompts through any interface pattern that suits
2525
their needs&mdash;the protocol itself does not mandate any specific user interaction

docs/specification/draft/server/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For example, applications could:
2121
- Allow the user to search through and filter available resources
2222
- Implement automatic context inclusion, based on heuristics or the AI model's selection
2323

24-
![Example of resource context picker](resource-picker.png)
24+
![Example of resource context picker](/specification/draft/server/resource-picker.png)
2525

2626
However, implementations are free to expose resources through any interface pattern that
2727
suits their needs&mdash;the protocol itself does not mandate any specific user

0 commit comments

Comments
 (0)