summaryrefslogtreecommitdiffstats
path: root/src/doc/rustc-dev-guide/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide/book.toml')
-rw-r--r--src/doc/rustc-dev-guide/book.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml
index a5d794b50..203bfd61e 100644
--- a/src/doc/rustc-dev-guide/book.toml
+++ b/src/doc/rustc-dev-guide/book.toml
@@ -43,10 +43,8 @@ exclude = [
cache-timeout = 86400
warning-policy = "error"
-[output.linkcheck.http-headers]
-'github\.com' = ["Authorization: Bearer $GITHUB_TOKEN"]
-
[output.html.redirect]
"/compiletest.html" = "tests/compiletest.html"
-"/diagnostics/sessiondiagnostic.html" = "diagnostics/diagnostic-structs.html"
+"/diagnostics/sessiondiagnostic.html" = "diagnostic-structs.html"
+"/diagnostics/diagnostic-codes.html" = "error-codes.html"
"/miri.html" = "const-eval/interpret.html"