about summary refs log tree commit diff
path: root/doc/basics.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/basics.md')
-rw-r--r--doc/basics.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/basics.md b/doc/basics.md
index 43d3792f595..ff2e0417435 100644
--- a/doc/basics.md
+++ b/doc/basics.md
@@ -166,8 +166,8 @@ rustup component add clippy
 ```
 
 > **DO NOT** install using `cargo install --path . --force` since this will overwrite rustup
-[proxies](https://rust-lang.github.io/rustup/concepts/proxies.html). That is, `~/.cargo/bin/cargo-clippy` and
-`~/.cargo/bin/clippy-driver` should be hard or soft links to `~/.cargo/bin/rustup`. You can repair these by running
-`rustup update`.
+> [proxies](https://rust-lang.github.io/rustup/concepts/proxies.html). That is, `~/.cargo/bin/cargo-clippy` and
+> `~/.cargo/bin/clippy-driver` should be hard or soft links to `~/.cargo/bin/rustup`. You can repair these by running
+> `rustup update`.
 
 [glossary]: https://rustc-dev-guide.rust-lang.org/appendix/glossary.html