about summary refs log tree commit diff
path: root/src/doc/rustdoc/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustdoc/book.toml')
-rw-r--r--src/doc/rustdoc/book.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustdoc/book.toml b/src/doc/rustdoc/book.toml
index 97e08416d76..45405a11765 100644
--- a/src/doc/rustdoc/book.toml
+++ b/src/doc/rustdoc/book.toml
@@ -4,3 +4,7 @@ title = "The rustdoc book"
 
 [output.html]
 git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc"
+
+[output.html.redirect]
+"/the-doc-attribute.html" = "write-documentation/the-doc-attribute.html"
+"/documentation-tests.html" = "write-documentation/documentation-tests.html"