Skip to content

docs(guides): update stale Cursor link to cursor.com#2771

Open
santhiprakash wants to merge 1 commit into
heygen-com:mainfrom
santhiprakash:docs/update-cursor-links
Open

docs(guides): update stale Cursor link to cursor.com#2771
santhiprakash wants to merge 1 commit into
heygen-com:mainfrom
santhiprakash:docs/update-cursor-links

Conversation

@santhiprakash

@santhiprakash santhiprakash commented Jul 25, 2026

Copy link
Copy Markdown

What

Update the Cursor homepage link from the legacy https://cursor.sh domain to the current canonical https://cursor.com in docs/guides/skills.mdx and docs/guides/website-to-video.mdx.

Why

cursor.sh now returns an HTTP 308 redirect to cursor.com. Keeping the old domain in install/agent-compatibility docs is a stale link that sends users through an unnecessary redirect and could eventually break if the redirect is removed.

How

Replaced the two occurrences of [Cursor](https://cursor.sh) with [Cursor](https://cursor.com).

Test plan

  • Unit tests added/updated
  • Manual testing performed
  • Documentation updated (if applicable)

Problem

Docs still point to the legacy cursor.sh domain.

Triage / Root cause

Cursor moved their canonical homepage to cursor.com; cursor.sh now only redirects.

Fix

Sync the two docs references to https://cursor.com.

Verification

Notes / Risks

None. No generated files or specs touched.

- Problem: docs/guides/skills.mdx and docs/guides/website-to-video.mdx
  still link to https://cursor.sh, which now returns a 308 redirect to
  https://cursor.com.
- Fix: replace the two cursor.sh URLs with cursor.com so agent users
  land on the current canonical Cursor homepage.
- Verification: curl -I -L https://cursor.sh showed HTTP/2 308 to
  https://cursor.com, and curl -I https://cursor.com returns 200.
  python3 ../scripts/preflight_ship.py passed for both files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant