Skip to content

Commit 79b66f9

Browse files
fix: deeplink url
1 parent d3e9bb3 commit 79b66f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ This MCP server is a tool that allows IDEs (Cursor, Windsurf, Claude Code, etc.)
99

1010
### Cursor
1111

12-
<strong><a href="https://tinyurl.com/appwrite-docs-mcp-cursor">Click here to add the Appwrite Docs MCP Server to Cursor</a></strong>
12+
<strong><a href="https://tinyurl.com/appwrite-docs-mcp-cursor-1">Click here to add the Appwrite Docs MCP Server to Cursor</a></strong>
1313

1414
### VSCode
1515

16-
<strong><a href="https://tinyurl.com/appwrite-docs-mcp-vscode">Click here to add the Appwrite Docs MCP Server to VSCode</a></strong>
16+
<strong><a href="https://tinyurl.com/appwrite-docs-mcp-vscode-1">Click here to add the Appwrite Docs MCP Server to VSCode</a></strong>
1717

1818
### Claude Code
1919

scripts/generate-deeplinks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const url = "http://localhost:1234"
1+
const url = "https://mcp-for-docs.appwrite.io"
22

33
function generateDeeplinks() {
44
const cursor = generateCursorDeeplink()

0 commit comments

Comments
 (0)