Skip to content

Commit d455c42

Browse files
Fix redirect for /quickstart/user (modelcontextprotocol#1512)
This file was moved in b02d523, and a redirect was added, but the original URL was `/quickstart/user` rather than `/docs/quickstart/user`. Fixes modelcontextprotocol#1486.
1 parent 3867607 commit d455c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
"destination": "/docs/develop/connect-remote-servers"
364364
},
365365
{
366-
"source": "/docs/quickstart/user",
366+
"source": "/quickstart/user",
367367
"destination": "/docs/develop/connect-local-servers"
368368
},
369369
{

0 commit comments

Comments
 (0)