about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-16 00:01:04 -0700
committerGitHub <noreply@github.com>2020-07-16 00:01:04 -0700
commite598ee51e4c71ef535428d6d9724bd22dfd39c6a (patch)
tree8e5831b0c420d7dc9133d73cc0a89a3188dab9db /src/libstd
parent31121cbec3a341cfc7b2823f30e8a52c11b06047 (diff)
parent85072e330394440776ace5ae612e3ced32ef6348 (diff)
downloadrust-e598ee51e4c71ef535428d6d9724bd22dfd39c6a.tar.gz
rust-e598ee51e4c71ef535428d6d9724bd22dfd39c6a.zip
Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-Simulacrum
Update reference to CONTRIBUTING.md

CONTRIBUTING.md has been migrated to the rustc-dev-guide but some still refer there.
Update them with the appropriate links.

Fixes #74253
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 5215db7cdb3..4fd5e238eea 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -85,8 +85,9 @@
 //! # 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).
+//! https://rustc-dev-guide.rust-lang.org/getting-started.html).
+//! The source for this documentation can be found on
+//! [GitHub](https://github.com/rust-lang/rust).
 //! To contribute changes, make sure you read the guidelines first, then submit
 //! pull-requests for your suggested changes.
 //!