Skip to content

Commit 9e4206f

Browse files
authored
fix compiler redirects
These pages exist on the forge, not the dev guide.
1 parent 1fb1340 commit 9e4206f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

book.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ smart-punctuation = true
4343
"x-py.html" = "https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html"
4444
"compiler/bug-fix-procedure.html" = "https://rustc-dev-guide.rust-lang.org/bug-fix-procedure.html"
4545
"compiler/diagnostic-codes.html" = "https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-codes.html"
46-
"compiler/mcp.html" = "https://rustc-dev-guide.rust-lang.org/compiler/proposals-and-stabilization.html"
47-
"compiler/new_option.html" = "https://rustc-dev-guide.rust-lang.org/compiler/proposals-and-stabilization.html"
48-
"compiler/prioritization/priority-levels.html" = "https://rustc-dev-guide.rust-lang.org/compiler/prioritization.html"
46+
"compiler/mcp.html" = "/compiler/proposals-and-stabilization.html"
47+
"compiler/new_option.html" = "/compiler/proposals-and-stabilization.html"
48+
"compiler/prioritization/priority-levels.html" = "/compiler/prioritization.html"
4949
"compiler/prioritization/procedure.html" = "https://rustc-dev-guide.rust-lang.org/compiler/prioritization.html"
5050
"compiler/profile-queries.html" = "https://rustc-dev-guide.rust-lang.org/queries/profiling.html"
51-
"compiler/steering-meeting.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html"
52-
"compiler/steering-meeting/how-to-run-design.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html"
53-
"compiler/steering-meeting/how-to-run-planning.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html"
54-
"compiler/steering-meeting/submit.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html"
55-
"compiler/triage-meeting.html" = "https://rustc-dev-guide.rust-lang.org/compiler/meetings.html"
51+
"compiler/steering-meeting.html" = "/compiler/meetings.html"
52+
"compiler/steering-meeting/how-to-run-design.html" = "/compiler/meetings.html"
53+
"compiler/steering-meeting/how-to-run-planning.html" = "/compiler/meetings.html"
54+
"compiler/steering-meeting/submit.html" = "/compiler/meetings.html"
55+
"compiler/triage-meeting.html" = "/compiler/meetings.html"
5656
"chat/index.html" = "/platforms/index.html"
5757
"chat/discord.html" = "/platforms/discord.html"
5858
"github.html" = "/platforms/github.html"

0 commit comments

Comments
 (0)