Skip to content

Commit 8f7d589

Browse files
authored
Fix deprecated contributing page (modelcontextprotocol#1480)
* Fix deprecated contributing page * Revert package-lock changes
1 parent f83a276 commit 8f7d589

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@
374374
{
375375
"source": "/quickstart/client",
376376
"destination": "/docs/develop/build-client"
377+
},
378+
{
379+
"source": "/development/contributing",
380+
"destination": "/community/communication"
377381
}
378382
],
379383
"contextual": {

docs/specification/2025-06-18/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ Explore the detailed specification for each protocol component:
145145
icon="user"
146146
href="/specification/2025-06-18/client"
147147
/>
148-
<Card title="Contributing" icon="pencil" href="/development/contributing" />
148+
<Card title="Contributing" icon="pencil" href="/community/communication" />
149149
</CardGroup>

0 commit comments

Comments
 (0)