Fix typo for redirect TOML.

This commit is contained in:
Eric Huss 2020-05-30 10:27:38 -07:00 committed by GitHub
parent ebc01dbb71
commit 25ec7ace1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ heading-split-level = 3
copy-js = true copy-js = true
[output.html.redirect] [output.html.redirect]
/appendices/"bibliography.html" = "https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html" "/appendices/bibliography.html" = "https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html"
"/other-installation-methods.html" = "../infra/other-installation-methods.html" "/other-installation-methods.html" = "../infra/other-installation-methods.html"
``` ```