about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-04-10 16:23:05 +0200
committerGitHub <noreply@github.com>2023-04-10 23:23:05 +0900
commit7c0f2d93d5bd54eee8cddbddcd1b4391f80910d4 (patch)
tree8a17790287248231132d05b5aa11578b72b93393 /src/doc/rustc-dev-guide
parentdd6b64dcd262d432382fe36fb5a8165821d6691e (diff)
downloadrust-7c0f2d93d5bd54eee8cddbddcd1b4391f80910d4.tar.gz
rust-7c0f2d93d5bd54eee8cddbddcd1b4391f80910d4.zip
fix markup (#1670)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index d9d45b362f8..d6037c7f19b 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/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].