summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-02-24 11:31:25 +0100
committerCanop <cano.petrole@gmail.com>2023-02-24 11:31:25 +0100
commitb57ecdbe2724e1466d39ad2fffc6cd76e3460a0f (patch)
tree6555d112557c9145e7bec0bef712de612cde75f4
parentfe813ce6df7714ed36e5649b46e16175e1fd4430 (diff)
parent7d7aa9245122f9220e9ddeaffdb875698d7d9ba4 (diff)
Merge remote-tracking branch 'origin/main' into main
-rw-r--r--src/shell_install/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell_install/mod.rs b/src/shell_install/mod.rs
index c3e6c2f..4fea34f 100644
--- a/src/shell_install/mod.rs
+++ b/src/shell_install/mod.rs
@@ -25,7 +25,7 @@ pub use {
const MD_INSTALL_REQUEST: &str = r#"
**Broot** should be launched using a shell function.
This function most notably makes it possible to `cd` from inside broot
-(see *https://dystroy.org/broot/install* for explanations).
+(see *https://dystroy.org/broot/install-br/* for explanations).
Can I install it now? [**Y**/n]
"#;
@@ -42,7 +42,7 @@ You can still used `broot` but some features won't be available.
If you want the `br` shell function, you may either
* do `broot --install`
* install the various pieces yourself
-(see *https://dystroy.org/broot/install* for details).
+(see *https://dystroy.org/broot/install-br/* for details).
"#;