docs: Fix broken links in v0.31.0 release notes#3638
Merged
acheroncrypto merged 1 commit intosolana-foundation:masterfrom Apr 4, 2025
Merged
Conversation
Otter-0x4ka5h
pushed a commit
to Otter-0x4ka5h/anchor
that referenced
this pull request
Mar 25, 2026
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.
Problem
A couple of links that refer to older release notes are currently broken due to the new docs migration (#3493).
The old docs used normal semantic versioning for release note file names e.g. for
0.30.0.md, but the new docs use version with dashes e.g.0-30-0.mdx. This means all links that don't use the file name with dashes no longer works e.g.anchor/docs/content/docs/updates/release-notes/0-31-0.mdx
Line 118 in 12508d4
Summary of changes
Fix broken links in v0.31.0 release notes.