about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorOhad Ravid <ohad.rv@gmail.com>2023-04-14 22:23:17 +0300
committerTshepang Mbambo <tshepang@gmail.com>2023-04-16 13:30:24 +0200
commit3554a5fa04a3d8c3e90dfbde1b11d1300a71045b (patch)
treee57cf9e9b26d25f9bb2a26e41d1d8d934080a7fb /src/doc/rustc-dev-guide
parent7c0f2d93d5bd54eee8cddbddcd1b4391f80910d4 (diff)
downloadrust-3554a5fa04a3d8c3e90dfbde1b11d1300a71045b.tar.gz
rust-3554a5fa04a3d8c3e90dfbde1b11d1300a71045b.zip
Fix extra slash
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index d5c948994f8..f0440982d52 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -169,7 +169,7 @@ incredibly helpful:
 
 ## Cloning and Building
 
-See ["How to build and run the compiler"](./building//how-to-build-and-run.md).
+See ["How to build and run the compiler"](./building/how-to-build-and-run.md).
 
 ## Contributor Procedures