about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-10-03 19:35:37 -0500
committerJoshua Nelson <joshua@yottadb.com>2020-10-04 10:14:22 -0400
commit7d32ccbc6cb85d045e271b7c9bf4c0b2598e166b (patch)
treedd2f6efb53cd5f18e9b4f021203b36e04f855a07 /src/doc/rustc-dev-guide
parent6c32b8ead282e1990af6b74f37c64e1a2691a5b6 (diff)
downloadrust-7d32ccbc6cb85d045e271b7c9bf4c0b2598e166b.tar.gz
rust-7d32ccbc6cb85d045e271b7c9bf4c0b2598e166b.zip
Link to .md files, rather than .html
Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/suggested.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/suggested.md b/src/doc/rustc-dev-guide/src/building/suggested.md
index 112aedd981c..2ebdecd0737 100644
--- a/src/doc/rustc-dev-guide/src/building/suggested.md
+++ b/src/doc/rustc-dev-guide/src/building/suggested.md
@@ -90,9 +90,9 @@ still have to use `x.py` to work on the compiler or standard library, this just
 lets you use `cargo fmt`.
 
 [installing a nightly toolchain]: https://rust-lang.github.io/rustup/concepts/channels.html?highlight=nightl#working-with-nightly-rust
-[setup a worktree for]: ./suggested.html#working-on-multiple-branches-at-the-same-time
-[the section on vscode]: suggested.html#configuring-rust-analyzer-for-rustc
-[the section on rustup]: how-to-build-and-run.html?highlight=rustup#creating-a-rustup-toolchain
+[setup a worktree for]: ./suggested.md#working-on-multiple-branches-at-the-same-time
+[the section on vscode]: suggested.md#configuring-rust-analyzer-for-rustc
+[the section on rustup]: how-to-build-and-run.md?highlight=rustup#creating-a-rustup-toolchain
 
 ## Incremental builds with `--keep-stage`.