Skip to content

Commit a89dd4c

Browse files
committed
Fixed broken link
1 parent ee76413 commit a89dd4c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
File renamed without changes.

introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Introduction
33
description: 'Get started with the Model Context Protocol (MCP)'
44
---
55

6-
<Note>Kotlin SDK released! Check out [what else is new.](/whats-new)</Note>
6+
<Note>Kotlin SDK released! Check out [what else is new.](/development/updates)</Note>
77

88
MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools.
99

mint.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
"pages": ["quickstart/server", "quickstart/client", "quickstart/user"]
5353
},
5454
"examples",
55-
"clients",
56-
"whats-new"
55+
"clients"
5756
]
5857
},
5958

@@ -79,7 +78,11 @@
7978
},
8079
{
8180
"group": "Development",
82-
"pages": ["development/roadmap", "development/contributing"]
81+
"pages": [
82+
"development/roadmap",
83+
"development/contributing",
84+
"development/updates"
85+
]
8386
}
8487
],
8588
"footerSocials": {

0 commit comments

Comments
 (0)