diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-05 01:41:21 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-07 17:12:22 +0900 |
| commit | 85072e330394440776ace5ae612e3ced32ef6348 (patch) | |
| tree | 12dee7da881bedb93ae0614367e56c232976a2b7 /src/libstd | |
| parent | 70f9d23b916f2db7da711aa4a0317a218997ba42 (diff) | |
| download | rust-85072e330394440776ace5ae612e3ced32ef6348.tar.gz rust-85072e330394440776ace5ae612e3ced32ef6348.zip | |
Update reference to CONTRIBUTING.md
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index bd585d39c24..e2eacbc9198 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. //! |
