summaryrefslogtreecommitdiffstats
path: root/website/docs/install.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-03-07 11:01:52 +0100
committerCanop <cano.petrole@gmail.com>2021-03-07 11:01:52 +0100
commitd41c534bb43fbf23eecfcd6232300e3685df82d1 (patch)
tree517eb197878c637ab19828170c29546d4d1d9d68 /website/docs/install.md
parentef45e487fba5a6f108346ad328ad02c75d1cffc1 (diff)
fix some external links in website
Diffstat (limited to 'website/docs/install.md')
-rw-r--r--website/docs/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/docs/install.md b/website/docs/install.md
index a80fce6..7136a79 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -28,7 +28,7 @@ When you download executable files, you'll have to ensure the shell can find the
# From crates.io
-You'll need to have the [Rust development environment](https://www.rust-lang.org/tools/install) installed and up to date.
+You'll need to have the [Rust development environment](https://www.rustup.rs) installed and up to date.
Once it's installed, use cargo to install broot:
@@ -36,7 +36,7 @@ Once it's installed, use cargo to install broot:
# From source
-You'll need to have the [Rust development environment](https://www.rust-lang.org/tools/install) installed.
+You'll need to have the [Rust development environment](https://www.rustup.rs) installed.
Fetch the [Canop/broot](https://github.com/Canop/broot) repository, move to the broot directory, then run