diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d06ede6f..75a7e83a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ This should include links to any relevant information, such as the stabilization PR, the RFC, the tracking issue, and anything else that would be helpful for writing the documentation. -[issue tracker]: https://github.com/rust-lang-nursery/reference/issues +[issue tracker]: https://github.com/rust-lang/reference/issues [playpen]: https://play.rust-lang.org/ [rust-lang/rust]: https://github.com/rust-lang/rust/ [unstable]: https://doc.rust-lang.org/nightly/unstable-book/ diff --git a/book.toml b/book.toml index 05a93bb3d..b1335de77 100644 --- a/book.toml +++ b/book.toml @@ -5,4 +5,4 @@ author = "The Rust Project Developers" [output.html] additional-css = ["theme/reference.css"] -git-repository-url = "https://github.com/rust-lang-nursery/reference/" +git-repository-url = "https://github.com/rust-lang/reference/" diff --git a/src/introduction.md b/src/introduction.md index 873fa0c41..2ef5413d5 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -132,9 +132,9 @@ hesitate to file an issue or ask about it in the `#docs` channels on attention to making those sections the best that they can be. [book]: ../book/index.html -[github issues]: https://github.com/rust-lang-nursery/reference/issues +[github issues]: https://github.com/rust-lang/reference/issues [standard library]: ../std/index.html -[the Rust Reference repository]: https://github.com/rust-lang-nursery/reference/ +[the Rust Reference repository]: https://github.com/rust-lang/reference/ [Unstable Book]: https://doc.rust-lang.org/nightly/unstable-book/ [_Expression_]: expressions.md [cargo book]: ../cargo/index.html diff --git a/src/types/inferred.md b/src/types/inferred.md index 0100758b2..c754f310b 100644 --- a/src/types/inferred.md +++ b/src/types/inferred.md @@ -13,6 +13,6 @@ let x: Vec<_> = (0..10).collect();