summaryrefslogtreecommitdiffstats
path: root/website/docs
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
parentef45e487fba5a6f108346ad328ad02c75d1cffc1 (diff)
fix some external links in website
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/community.md2
-rw-r--r--website/docs/install.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/website/docs/community.md b/website/docs/community.md
index a81bbf0..ed9d8f9 100644
--- a/website/docs/community.md
+++ b/website/docs/community.md
@@ -11,7 +11,7 @@ There's a dedicated room:
If you're French speaking, you might prefer to directly come where other French speaking programmers hang:
-[![Chat on Miaou](https://miaou.dystroy.org/static/shields/room-fr.svg?v=1)](https://miaou.dystroy.org/3490?broot) **Code & Croissants**
+[![Chat on Miaou](https://miaou.dystroy.org/static/shields/room-fr.svg?v=1)](https://miaou.dystroy.org/3) **Code & Croissants**
# Issues
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