diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-08 07:15:17 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-08 07:15:17 +0900 |
| commit | dd077746174b7ddbbd004b47f475c46cda3b5f27 (patch) | |
| tree | 7b0f04a2ab64bff4a378aa48c07e882ac60972d8 /src/doc | |
| parent | e1beee4992ad4b235fc700bf7af1ee86f894ea53 (diff) | |
| download | rust-dd077746174b7ddbbd004b47f475c46cda3b5f27.tar.gz rust-dd077746174b7ddbbd004b47f475c46cda3b5f27.zip | |
Fix broken link in rustdocdoc
Diffstat (limited to 'src/doc')
| -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. |
