Skip to content

Commit eef348a

Browse files
committed
Fix redirects.
The redirects are relative to the current page, so they need `/` to anchor to the root of the site.
1 parent f819b8b commit eef348a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ curly-quotes = true
4444
"compiler/diagnostic-codes.html" = "https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-codes.html"
4545
"compiler/profile-queries.html" = "https://rustc-dev-guide.rust-lang.org/queries/profiling.html"
4646
"chat/index.html" = "/platforms/index.html"
47-
"chat/discord.html" = "platforms/discord.html"
48-
"github.html" = "platforms/github.html"
49-
"chat/email.html" = "platforms/email.html"
50-
"chat/zulip/index.html" = "platforms/zulip/index.html"
51-
"chat/zulip.html" = "platforms/zulip.html"
47+
"chat/discord.html" = "/platforms/discord.html"
48+
"github.html" = "/platforms/github.html"
49+
"chat/email.html" = "/platforms/email.html"
50+
"chat/zulip/index.html" = "/platforms/zulip/index.html"
51+
"chat/zulip.html" = "/platforms/zulip.html"
5252
"platforms/zulip/triagebot.html" = "/triagebot/index.html"

0 commit comments

Comments
 (0)