fix: link Claude Desktop in AI getting-started docs#277
Conversation
claude.ai doesn't support MCP; claude.com/download is the correct destination
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThe Getting Started documentation for AI integration updates a single prerequisites link, changing the referenced Claude Desktop download URL from ChangesDocumentation Link Update
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/docs/content/docs/ai/getting-started.mdx`:
- Line 16: Update the Markdown list entry for "MCP-compatible coding agent" by
changing the "Claude Desktop" link target from https://claude.com/download to
the official https://claude.ai/download (i.e., replace the URL in the "[Claude
Desktop](...)" link within the "MCP-compatible coding agent (e.g. ...)" list
item).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 1ba9a421-4f0b-4420-a5c1-2fd06817063f
📒 Files selected for processing (1)
apps/docs/content/docs/ai/getting-started.mdx
| Ensure you have the following prerequisites installed on your computer before installing ProofKit. | ||
| - FileMaker Pro (client for Mac or Windows) | ||
| - MCP-compatible coding agent (e.g. [Cursor](https://cursor.com), [Claude](https://claude.ai), [Codex](https://chatgpt.com/codex/), etc.) | ||
| - MCP-compatible coding agent (e.g. [Cursor](https://cursor.com), [Claude Desktop](https://claude.com/download), [Codex](https://chatgpt.com/codex/), etc.) |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Verify the Claude Desktop download URL is accessible
# Check if the URL returns a successful response
echo "Checking https://claude.com/download..."
curl -I -L -s -o /dev/null -w "HTTP Status: %{http_code}\nFinal URL: %{url_effective}\n" https://claude.com/download
# Also check the old URL for comparison
echo -e "\nChecking old URL https://claude.ai for reference..."
curl -I -L -s -o /dev/null -w "HTTP Status: %{http_code}\nFinal URL: %{url_effective}\n" https://claude.aiRepository: proofsh/proofkit
Length of output: 256
🌐 Web query:
Claude Desktop official download page URL
💡 Result:
Claude Desktop official download page URL: https://claude.ai/download [1] This is the official Anthropic-hosted “Download Claude” page that provides platform download links (macOS, Windows, ChromeOS) for the Claude desktop app. [1]
Citations:
Correct the Claude Desktop download URL to the official source.
The Claude Desktop download link should point to https://claude.ai/download, not https://claude.com/download. According to Anthropic's official documentation, https://claude.ai/download is the authorized page providing platform-specific download links. Update line 16 to use the correct URL:
- MCP-compatible coding agent (e.g. [Cursor](https://cursor.com), [Claude Desktop](https://claude.ai/download), [Codex](https://chatgpt.com/codex/), etc.)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@apps/docs/content/docs/ai/getting-started.mdx` at line 16, Update the
Markdown list entry for "MCP-compatible coding agent" by changing the "Claude
Desktop" link target from https://claude.com/download to the official
https://claude.ai/download (i.e., replace the URL in the "[Claude Desktop](...)"
link within the "MCP-compatible coding agent (e.g. ...)" list item).
@proofkit/better-auth
@proofkit/cli
create-proofkit
@proofkit/fmdapi
@proofkit/fmodata
@proofkit/typegen
@proofkit/webviewer
commit: |
Fix the "Before you start" link in
apps/docs/content/docs/ai/getting-started.mdxto point to Claude Desktop (https://claude.com/download) instead of claude.ai.Commit: 650d9ae
Summary by CodeRabbit