summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorNick Sweeting <git@nicksweeting.com>2017-03-30 21:54:10 -0400
committerGitHub <noreply@github.com>2017-03-30 21:54:10 -0400
commit9a50874dd46313203d137847427da0036bd11fd4 (patch)
tree7c3f694465d3534acfab00811387289fceddecee /src/libstd
parent7665991e3e502a534803bd1ac94c16ffd557ed95 (diff)
downloadrust-9a50874dd46313203d137847427da0036bd11fd4.tar.gz
rust-9a50874dd46313203d137847427da0036bd11fd4.zip
tweak links
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index ab1167e20b1..b5a4cabafdc 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -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
 //!