tweak links

This commit is contained in:
Nick Sweeting 2017-03-30 21:54:10 -04:00 committed by GitHub
parent 7665991e3e
commit 9a50874dd4
1 changed files with 2 additions and 2 deletions

View File

@ -97,12 +97,12 @@
//! # Contributing changes to the documentation
//!
//! Check out the rust contribution guidelines [here](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
//! The source for this documentation can be found on [Github](https://github.com/rust-lang/rust/tree/master/src/libstd).
//! The source for this documentation can be found on [Github](https://github.com/rust-lang).
//! To contribute changes, make sure you read the guidelines first, then submit
//! pull-requests for your suggested changes.
//!
//! Contributions are appreciated! If you see a part of the docs that can be
//! improved, submit a PR, or chat with us first on irc.mozilla.org #rust.
//! improved, submit a PR, or chat with us first on irc.mozilla.org #rust-docs.
//!
//! # A Tour of The Rust Standard Library
//!