Skip to content

Commit

Permalink
Rollup merge of rust-lang#101915 - notriddle:notriddle/redirect, r=Gu…
Browse files Browse the repository at this point in the history
…illaumeGomez

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

Fallout from rust-lang#101166
  • Loading branch information
Dylan-DPC authored Sep 17, 2022
2 parents 7c55c99 + b6c851a commit 4515cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4515cb9

Please sign in to comment.