Rollup merge of #101915 - notriddle:notriddle/redirect, r=GuillaumeGomez

doc: fix redirected link in `/index.html`

Fallout from #101166
This commit is contained in:
Dylan DPC 2022-09-17 15:31:09 +05:30 committed by GitHub
commit 4515cb9621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ accomplishing various tasks.
Many of Rust's errors come with error codes, and you can request extended
diagnostics from the compiler on those errors. You can also [read them
here](error-index.html), if you prefer to read them that way.
here](error_codes/index.html), if you prefer to read them that way.
# Master Rust