Skip to content

Commit

Permalink
Fix typo for redirect TOML.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored May 30, 2020
1 parent 11b7d89 commit d795b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book-example/src/format/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit d795b69

Please sign in to comment.