From 3b4462f58282faa4ad50bf36668a48358da80765 Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Sat, 3 Oct 2020 19:35:37 -0500 Subject: [PATCH] Link to .md files, rather than .html Co-authored-by: Camelid <37223377+camelid@users.noreply.github.com> --- src/building/suggested.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/building/suggested.md b/src/building/suggested.md index 112aedd9..2ebdecd0 100644 --- a/src/building/suggested.md +++ b/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`.