about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorfollower <follower@rancidbacon.com>2020-09-26 03:26:45 +1200
committerGitHub <noreply@github.com>2020-09-26 03:26:45 +1200
commite4943ac81163db364bd8c8ad1ea9c65b4adabcd3 (patch)
tree2cf1b8f4997f4b078c969c35ff7772add62b2f03 /library/std/src
parentb984ef6797ff17faa2b1e0ebb54b78de1491e5fd (diff)
downloadrust-e4943ac81163db364bd8c8ad1ea9c65b4adabcd3.tar.gz
rust-e4943ac81163db364bd8c8ad1ea9c65b4adabcd3.zip
Link to documentation-specific guidelines.
Changed because it's not obvious how to get from the previously used URL to the documentation-specific content.

This is partly because the original URL was previously changed to point to different content:

 * https://github.com/rust-lang/rust/pull/74037/files#diff-242481015141f373dcb178e93cffa850L88

 * https://github.com/rust-lang/rust/commit/3f6928f1f6eff367e6ddbfb63ebc5e568ffe0eb1#diff-6a3371457528722a734f3c51d9238c13L12
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index ac0075ad129..86c0e0c30b8 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -85,7 +85,7 @@
 //! # Contributing changes to the documentation
 //!
 //! Check out the rust contribution guidelines [here](
-//! https://rustc-dev-guide.rust-lang.org/getting-started.html).
+//! https://rustc-dev-guide.rust-lang.org/contributing.html#writing-documentation).
 //! 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