From 25ec7ace1a0d93762d8e0519deb7123eefc7f926 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 30 May 2020 10:27:38 -0700 Subject: [PATCH] Fix typo for redirect TOML. --- book-example/src/format/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book-example/src/format/config.md b/book-example/src/format/config.md index b3afc2d4..cc5c6845 100644 --- a/book-example/src/format/config.md +++ b/book-example/src/format/config.md @@ -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" ```