Skip to content

Commit e11d5f8

Browse files
authored
Rollup merge of #134241 - liigo:patch-16, r=dtolnay
more concrete source url of std docs [V2] r? jhpratt since you have reivewed #134193 > If someone is looking to contribute, they will want the repository as a whole, not the lib.rs for std. Now the repository url is reserved, I just add another concrete url as an example, to help people finding target page more quickly&easily.
2 parents 8439ae7 + 862fc62 commit e11d5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
//! Check out the Rust contribution guidelines [here](
9090
//! https://rustc-dev-guide.rust-lang.org/contributing.html#writing-documentation).
9191
//! The source for this documentation can be found on
92-
//! [GitHub](https://github.com/rust-lang/rust).
92+
//! [GitHub](https://github.com/rust-lang/rust) in the 'library/std/' directory.
9393
//! To contribute changes, make sure you read the guidelines first, then submit
9494
//! pull-requests for your suggested changes.
9595
//!

0 commit comments

Comments
 (0)