Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7c0f2d9

Browse files
authored
fix markup (rust-lang#1670)
1 parent dd6b64d commit 7c0f2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ from the source code itself (e.g. [`library/std/src/lib.rs`][std-root]). Documen
280280
function in the same way as other pull requests.
281281

282282
[`src/doc`]: https://github.com/rust-lang/rust/tree/master/src/doc
283-
[`std-root`]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1
283+
[std-root]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1
284284

285285
To find documentation-related issues, sort by the [A-docs label][adocs].
286286

0 commit comments

Comments
 (0)