From 6337ed17fb8dcd918d78b7d97d213e923530337c Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 10 Apr 2023 16:23:05 +0200 Subject: [PATCH] fix markup (#1670) --- src/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contributing.md b/src/contributing.md index d9d45b36..d6037c7f 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -280,7 +280,7 @@ from the source code itself (e.g. [`library/std/src/lib.rs`][std-root]). Documen function in the same way as other pull requests. [`src/doc`]: https://github.com/rust-lang/rust/tree/master/src/doc -[`std-root`]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1 +[std-root]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1 To find documentation-related issues, sort by the [A-docs label][adocs].