Skip to content

Commit 1995d18

Browse files
committed
Update organization name
Replace `rust-lang-nursery` with `rust-lang`
1 parent 6a04611 commit 1995d18

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This should include links to any relevant information, such as the
6363
stabilization PR, the RFC, the tracking issue, and anything else that would be
6464
helpful for writing the documentation.
6565

66-
[issue tracker]: https://github.com/rust-lang-nursery/reference/issues
66+
[issue tracker]: https://github.com/rust-lang/reference/issues
6767
[playpen]: https://play.rust-lang.org/
6868
[rust-lang/rust]: https://github.com/rust-lang/rust/
6969
[unstable]: https://doc.rust-lang.org/nightly/unstable-book/

book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ author = "The Rust Project Developers"
55

66
[output.html]
77
additional-css = ["theme/reference.css"]
8-
git-repository-url = "https://github.com/rust-lang-nursery/reference/"
8+
git-repository-url = "https://github.com/rust-lang/reference/"

src/introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ hesitate to file an issue or ask about it in the `#docs` channels on
132132
attention to making those sections the best that they can be.
133133

134134
[book]: ../book/index.html
135-
[github issues]: https://github.com/rust-lang-nursery/reference/issues
135+
[github issues]: https://github.com/rust-lang/reference/issues
136136
[standard library]: ../std/index.html
137-
[the Rust Reference repository]: https://github.com/rust-lang-nursery/reference/
137+
[the Rust Reference repository]: https://github.com/rust-lang/reference/
138138
[Unstable Book]: https://doc.rust-lang.org/nightly/unstable-book/
139139
[_Expression_]: expressions.md
140140
[cargo book]: ../cargo/index.html

src/types/inferred.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ let x: Vec<_> = (0..10).collect();
1313

1414
<!--
1515
What else should be said here?
16-
The only documentation I am aware of is https://rust-lang-nursery.github.io/rustc-guide/type-inference.html
16+
The only documentation I am aware of is https://rust-lang.github.io/rustc-guide/type-inference.html
1717
There should be a broader discussion of type inference somewhere.
1818
-->

0 commit comments

Comments
 (0)