mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 22:32:35 +00:00
Fix typo for redirect TOML.
This commit is contained in:
parent
ebc01dbb71
commit
25ec7ace1a
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ heading-split-level = 3
|
|||
copy-js = true
|
||||
|
||||
[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"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue