Skip to content

Commit

Permalink
Merge pull request #713 from JohnTitor/update-org-name
Browse files Browse the repository at this point in the history
Update organization name
  • Loading branch information
Centril committed Nov 7, 2019
2 parents 6a04611 + 1995d18 commit 9070e8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
4 changes: 2 additions & 2 deletions src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/types/inferred.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->

0 comments on commit 9070e8c

Please sign in to comment.