Fix broken link in rustdocdoc

This commit is contained in:
Yuki Okushi 2020-07-08 07:15:17 +09:00
parent e1beee4992
commit dd07774617
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1

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.