diff --git a/book.toml b/book.toml index 4fbc347b..8694e53b 100644 --- a/book.toml +++ b/book.toml @@ -43,16 +43,16 @@ smart-punctuation = true "x-py.html" = "https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html" "compiler/bug-fix-procedure.html" = "https://rustc-dev-guide.rust-lang.org/bug-fix-procedure.html" "compiler/diagnostic-codes.html" = "https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-codes.html" -"compiler/mcp.html" = "https://rustc-dev-guide.rust-lang.org/compiler/proposals-and-stabilization.html" -"compiler/new_option.html" = "https://rustc-dev-guide.rust-lang.org/compiler/proposals-and-stabilization.html" -"compiler/prioritization/priority-levels.html" = "https://rustc-dev-guide.rust-lang.org/compiler/prioritization.html" +"compiler/mcp.html" = "/compiler/proposals-and-stabilization.html" +"compiler/new_option.html" = "/compiler/proposals-and-stabilization.html" +"compiler/prioritization/priority-levels.html" = "/compiler/prioritization.html" "compiler/prioritization/procedure.html" = "https://rustc-dev-guide.rust-lang.org/compiler/prioritization.html" "compiler/profile-queries.html" = "https://rustc-dev-guide.rust-lang.org/queries/profiling.html" -"compiler/steering-meeting.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html" -"compiler/steering-meeting/how-to-run-design.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html" -"compiler/steering-meeting/how-to-run-planning.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html" -"compiler/steering-meeting/submit.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html" -"compiler/triage-meeting.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html" +"compiler/steering-meeting.html" = "/compiler/meetings.html" +"compiler/steering-meeting/how-to-run-design.html" = "/compiler/meetings.html" +"compiler/steering-meeting/how-to-run-planning.html" = "/compiler/meetings.html" +"compiler/steering-meeting/submit.html" = "/compiler/meetings.html" +"compiler/triage-meeting.html" = "/compiler/meetings.html" "chat/index.html" = "/platforms/index.html" "chat/discord.html" = "/platforms/discord.html" "github.html" = "/platforms/github.html"