fix(prompting): update stale Cursor and Claude docs links - #33
Draft
wustep wants to merge 1 commit into
Draft
Conversation
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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/skillsURL, which now redirects tohttps://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
/promptingis 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
https://cursor.com/docs/ruleshttps://code.claude.com/docs/en/skillsTest plan
https://cursor.com/docs/rulesreturns the Rules doc (not the docs homepage)https://code.claude.com/docs/en/skillsreturns the Skills doc/prompting/techniquesHTML contains the new hrefs and not the old ones/prompting/techniques, scroll to “Lift them into skills”Notion Test Page ID
n/a — this is a static
/promptingpage, not a Notion article.To show artifacts inline, enable in settings.