diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-03-29 16:53:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 16:53:32 -0400 |
| commit | be76eb43ffeb7f92b836f4c4c9372323b285c334 (patch) | |
| tree | b294de47fd23662049f0dd04860d1bdf2aa0f344 | |
| parent | 233e0f3e52910aa7c1436b497d8b9215c172bcfb (diff) | |
| parent | 4ef554206c060eaa0eb75852a7a59e05478143a6 (diff) | |
| download | rust-be76eb43ffeb7f92b836f4c4c9372323b285c334.tar.gz rust-be76eb43ffeb7f92b836f4c4c9372323b285c334.zip | |
Rollup merge of #40901 - MaloJaffre:fix-double-redirect, r=steveklabnik
Avoid linking to a moved page in rust.html
| -rw-r--r-- | src/doc/rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rust.md b/src/doc/rust.md index 7f02260cd2c..5008b228c5c 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -1,3 +1,3 @@ % The Rust Reference Manual -The manual has moved, and is now called [the reference](reference.html). +The manual has moved, and is now called [the reference](reference/index.html). |
