Skip to content

Commit 4e779d1

Browse files
authored
Rollup merge of rust-lang#74136 - JohnTitor:index-page-link, r=GuillaumeGomez
Fix broken link in rustdocdoc The previous link redirects to https://www.rust-lang.org/learn.
2 parents d1335f8 + dd07774 commit 4e779d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/unstable-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ library, as an equivalent command-line argument is provided to `rustc` when buil
321321
### `--index-page`: provide a top-level landing page for docs
322322

323323
This feature allows you to generate an index-page with a given markdown file. A good example of it
324-
is the [rust documentation index](https://doc.rust-lang.org/index.html).
324+
is the [rust documentation index](https://doc.rust-lang.org/nightly/index.html).
325325

326326
With this, you'll have a page which you can custom as much as you want at the top of your crates.
327327

0 commit comments

Comments
 (0)