Skip to content

Commit 7615f48

Browse files
authored
fix: broken mcp links (#44)
1 parent 6e02978 commit 7615f48

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/mcp.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,19 @@ if __name__ == "__main__":
9090
## Documentation
9191

9292
<CardGroup cols={2}>
93-
<Card title="Quickstart" icon="rocket" href="mcp/quickstart">
93+
<Card title="Quickstart" icon="rocket" href="/docs/mcp/quickstart">
9494
Get started with MCP
9595
</Card>
96-
<Card title="Available Servers" icon="server" href="mcp/available-servers">
96+
<Card title="Available Servers" icon="server" href="/docs/mcp/available-servers">
9797
Browse 200+ pre-built MCP servers
9898
</Card>
99-
<Card title="Custom Templates" icon="cube" href="mcp/custom-templates">
99+
<Card title="Custom Templates" icon="cube" href="/docs/mcp/custom-templates">
100100
Prepull MCP servers for faster runtime
101101
</Card>
102-
<Card title="Custom Servers" icon="github" href="mcp/custom-servers">
102+
<Card title="Custom Servers" icon="github" href="/docs/mcp/custom-servers">
103103
Use custom MCP servers from GitHub
104104
</Card>
105-
<Card title="Examples" icon="code" href="mcp/examples">
105+
<Card title="Examples" icon="code" href="/docs/mcp/examples">
106106
See examples
107107
</Card>
108108
</CardGroup>
109-

0 commit comments

Comments
 (0)