diff options
| author | Weihang Lo <me@weihanglo.tw> | 2022-10-26 23:59:27 +0800 |
|---|---|---|
| committer | Weihang Lo <me@weihanglo.tw> | 2022-10-27 00:17:16 +0800 |
| commit | ddba6c1e6c7b6e2f1bdff54e314831cec8a4a954 (patch) | |
| tree | 971f049d008a3dd389fbd9a48b260ea02dc11f57 | |
| parent | 629a414d7ba4caa3ca28b0a46c478e2ecb4c0059 (diff) | |
| download | rust-ddba6c1e6c7b6e2f1bdff54e314831cec8a4a954.tar.gz rust-ddba6c1e6c7b6e2f1bdff54e314831cec8a4a954.zip | |
doc(rustdoc): redirect more urls
| -rw-r--r-- | src/doc/rustdoc/book.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustdoc/book.toml b/src/doc/rustdoc/book.toml index 45405a11765..dfa68578500 100644 --- a/src/doc/rustdoc/book.toml +++ b/src/doc/rustdoc/book.toml @@ -6,5 +6,9 @@ title = "The rustdoc book" git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc" [output.html.redirect] +"/what-to-include.html" = "write-documentation/what-to-include.html" "/the-doc-attribute.html" = "write-documentation/the-doc-attribute.html" +"/linking-to-items-by-name.html" = "write-documentation/linking-to-items-by-name.html" "/documentation-tests.html" = "write-documentation/documentation-tests.html" +"/website-features.html" = "advanced-features.html#custom-search-engines" +"/passes.html" = "deprecated-features.html#passes" |
