From 40dd41ad4cbdd4ada7d1fb1baa3ba6c2221e495b Mon Sep 17 00:00:00 2001 From: Liigo Zhuang Date: Thu, 12 Dec 2024 09:37:32 +0800 Subject: [PATCH] more concrete source url of std docs --- library/std/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 49a0322003905..ec1e10571e644 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -89,7 +89,7 @@ //! Check out the Rust contribution guidelines [here]( //! 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). +//! [GitHub](https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs). //! To contribute changes, make sure you read the guidelines first, then submit //! pull-requests for your suggested changes. //!