Fix typo for redirect TOML.
This commit is contained in:
parent
ebc01dbb71
commit
25ec7ace1a
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue