diff options
| author | kennytm <kennytm@gmail.com> | 2017-11-07 15:52:13 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2017-11-07 22:40:17 +0800 |
| commit | 6c8a2f659e492a280f0baf6432af97ed17ede422 (patch) | |
| tree | 4e9f5711c9cbebc26a1d83165d7621d47456fa72 | |
| parent | 4b2a5da8c9626010e4d065e0e5722084fab70ae1 (diff) | |
| parent | 6363b06ffccf1570e77641db8323d54a72f7db9e (diff) | |
| download | rust-6c8a2f659e492a280f0baf6432af97ed17ede422.tar.gz rust-6c8a2f659e492a280f0baf6432af97ed17ede422.zip | |
Rollup merge of #45778 - Havvy:patch-1, r=steveklabnik
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 |
