Skip to content

Fix redirects#3187

Open
bridadan wants to merge 2 commits into
google:mainfrom
bridadan:fix_redirects
Open

Fix redirects#3187
bridadan wants to merge 2 commits into
google:mainfrom
bridadan:fix_redirects

Conversation

@bridadan
Copy link
Copy Markdown
Contributor

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!

Copy link
Copy Markdown
Collaborator

@djmitche djmitche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this also needs dprint fmt run for the Python script.

Comment thread book.toml
"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"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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.

Many redirects target a non existent slide

2 participants