Skip to content

fix(prompting): update stale Cursor and Claude docs links - #33

Draft
wustep wants to merge 1 commit into
mainfrom
cursor/fix-stale-prompting-docs-links-7d97
Draft

fix(prompting): update stale Cursor and Claude docs links#33
wustep wants to merge 1 commit into
mainfrom
cursor/fix-stale-prompting-docs-links-7d97

Conversation

@wustep

@wustep wustep commented Aug 17, 2026

Copy link
Copy Markdown
Owner

What was wrong

The Prompting techniques chapter (“Lift them into skills”) linked Cursor Rules to https://docs.cursor.com/en/context/rules. That path no longer serves the Rules page — it redirects to the generic Cursor docs index (https://cursor.com/docs). Readers who follow the link never land on Rules.

Claude Skills used the old docs.claude.com/en/docs/claude-code/skills URL, which now redirects to https://code.claude.com/docs/en/skills.

Before (production)

Production prompting techniques skills links

After (this branch)

Updated prompting techniques skills links

Visible chrome is unchanged; only the destinations move.

Why it matters

/prompting is linked from the homepage writing list. A stale docs link in the “write the lesson once” closer sends people to the wrong page at the exact moment the article tells them to look up the real mechanism.

What changed

  • Cursor · Rules → https://cursor.com/docs/rules
  • Claude Code · Skills → https://code.claude.com/docs/en/skills

Test plan

  • https://cursor.com/docs/rules returns the Rules doc (not the docs homepage)
  • https://code.claude.com/docs/en/skills returns the Skills doc
  • Local /prompting/techniques HTML contains the new hrefs and not the old ones
  • Open /prompting/techniques, scroll to “Lift them into skills”
  • Cursor · Rules opens the Rules page
  • Claude Code · Skills opens the Skills page
  • Codex · AGENTS.md unchanged

Notion Test Page ID

n/a — this is a static /prompting page, not a Notion article.

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

The Cursor Rules href landed on the generic docs index after the
docs.cursor.com/en/context/rules path moved. Use cursor.com/docs/rules.
Also follow the Claude Skills redirect to code.claude.com.
@vercel

vercel Bot commented Aug 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
me Ready Ready Preview Aug 17, 2026 5:34am

Request Review

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.

2 participants