Fix redirects#3187
Open
bridadan wants to merge 2 commits into
Open
Conversation
djmitche
reviewed
May 23, 2026
Collaborator
djmitche
left a comment
There was a problem hiding this comment.
Note that this also needs dprint fmt run for the Python script.
| "unsafe.html" = "unsafe-rust/unsafe.html" | ||
| "unsafe/mutable-static-variables.html" = "../unsafe-rust/mutable-static.html" | ||
| "unsafe/mutable-static-variables.md" = "mutable-static-variables.html" | ||
| "unsafe/mutable-static-variables.md" = "../unsafe-rust/mutable-static.html" |
Collaborator
There was a problem hiding this comment.
It looks like this was incorrect when it was added and is redundant to the previous line. I think this line can be removed, and if it's easy it might be good to flag such lines as invalid in the GH check.
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.
Fixes #3186
NOTE: the fixes to the actual redirects were done with the assistance of an LLM. I've looked through most of them and they seem to be generally accurate, but it's hard to say for sure given the original sources have been deleted. Please feel free to suggest an alternative!