diff options
| author | Ryan Scheel <Ryan.havvy@gmail.com> | 2017-11-04 20:53:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-04 20:53:27 -0700 |
| commit | 6363b06ffccf1570e77641db8323d54a72f7db9e (patch) | |
| tree | 33c5079b9876ca2c6c91a1919ec9e84f093e5520 | |
| parent | 12e6b53744a0101f28855f25e6e4551e2d664857 (diff) | |
| download | rust-6363b06ffccf1570e77641db8323d54a72f7db9e.tar.gz rust-6363b06ffccf1570e77641db8323d54a72f7db9e.zip | |
Update reference link in doc's 404
It's currently linking to a page that says it's on the page I'm changing the link too.
| -rw-r--r-- | src/doc/not_found.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/not_found.md b/src/doc/not_found.md index 5d632ebc68f..ebe7c59313f 100644 --- a/src/doc/not_found.md +++ b/src/doc/not_found.md @@ -22,7 +22,7 @@ Some things that might be helpful to you though: # Reference * [The Rust official site](https://www.rust-lang.org) -* [The Rust reference](https://doc.rust-lang.org/reference.html) +* [The Rust reference](https://doc.rust-lang.org/reference/index.html) # Docs |
