Update organization name

Replace `rust-lang-nursery` with `rust-lang`
This commit is contained in:
Yuki Okushi 2019-11-07 08:59:05 +09:00
parent 6a04611da8
commit 1995d18b04
4 changed files with 5 additions and 5 deletions

View File

@ -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/

View File

@ -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/"

View File

@ -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

View File

@ -13,6 +13,6 @@ let x: Vec<_> = (0..10).collect();
<!--
What else should be said here?
The only documentation I am aware of is https://rust-lang-nursery.github.io/rustc-guide/type-inference.html
The only documentation I am aware of is https://rust-lang.github.io/rustc-guide/type-inference.html
There should be a broader discussion of type inference somewhere.
-->