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.
This commit is contained in:
Manish Goregaokar 2020-07-09 11:50:37 -07:00 committed by GitHub
commit 640569c364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.