docs: update CommonMark Spec links to latest version#4235
Merged
Conversation
Replace versioned URL (0.29) with the canonical root https://spec.commonmark.org in all README files, and update the atx-headings anchor link in PREFERENCES.md to the current spec version (0.31.2). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation links to the CommonMark specification across the project so they point to the canonical landing page, while keeping a functional deep-link for the ATX headings anchor in preferences documentation.
Changes:
- Updated CommonMark Spec links in the main README and all i18n README variants from a versioned URL to
https://spec.commonmark.org. - Updated the
preferHeadingStyle“more info” link indocs/end-user/PREFERENCES.mdtohttps://spec.commonmark.org/0.31.2/#atx-headingsso the anchor remains valid.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-zh_tw.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-zh_cn.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-tr.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-pt.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-kr.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-jp.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-fr.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-es.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-de.md | Switch CommonMark Spec link to canonical root URL. |
| docs/i18n/README-ar.md | Switch CommonMark Spec link to canonical root URL. |
| docs/end-user/PREFERENCES.md | Update ATX headings deep-link to the current CommonMark version to keep the anchor working. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
https://spec.commonmark.org/0.29/) with the canonical roothttps://spec.commonmark.orgin all 11 README files (main + i18n variants)atx-headingsanchor link indocs/end-user/PREFERENCES.mdto the current spec version0.31.2— the root page has no anchors, so the versioned URLhttps://spec.commonmark.org/0.31.2/#atx-headingsis used to keep the link functionalTest plan
https://spec.commonmark.orgis accessible (canonical landing page)https://spec.commonmark.org/0.31.2/#atx-headingsexists in the latest spec🤖 Generated with Claude Code