diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-09 11:50:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 11:50:37 -0700 |
| commit | 640569c3643e855efae2dfc7911c195a75359ccd (patch) | |
| tree | 4b0e81bfb59106162f55a648ff5f3e41c82003e6 | |
| parent | 38541b742aae367796c537c8575cc30811d42fb1 (diff) | |
| parent | dd077746174b7ddbbd004b47f475c46cda3b5f27 (diff) | |
| download | rust-640569c3643e855efae2dfc7911c195a75359ccd.tar.gz rust-640569c3643e855efae2dfc7911c195a75359ccd.zip | |
Rollup merge of #74136 - JohnTitor:index-page-link, r=GuillaumeGomez
Fix broken link in rustdocdoc The previous link redirects to https://www.rust-lang.org/learn.
| -rw-r--r-- | src/doc/rustdoc/src/unstable-features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index 84e1ebe5e01..20c0f4a3713 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -321,7 +321,7 @@ library, as an equivalent command-line argument is provided to `rustc` when buil ### `--index-page`: provide a top-level landing page for docs This feature allows you to generate an index-page with a given markdown file. A good example of it -is the [rust documentation index](https://doc.rust-lang.org/index.html). +is the [rust documentation index](https://doc.rust-lang.org/nightly/index.html). With this, you'll have a page which you can custom as much as you want at the top of your crates. |
