summaryrefslogtreecommitdiffstats
path: root/src/shell_bash.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-03-07 20:41:49 +0100
committerCanop <cano.petrole@gmail.com>2019-03-07 20:41:49 +0100
commitf7f1ca0dc436ed9e0a9129f9444f174a82777bcb (patch)
tree8ea86a05f4fdbae41a96c3961352d249f9f60628 /src/shell_bash.rs
parentf2de057e45ee5bae8ddccb7f4db998bafe8e1947 (diff)
new documentation website
Diffstat (limited to 'src/shell_bash.rs')
-rw-r--r--src/shell_bash.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_bash.rs b/src/shell_bash.rs
index 6362549..f135264 100644
--- a/src/shell_bash.rs
+++ b/src/shell_bash.rs
@@ -12,7 +12,7 @@ pub const BASH: ShellFamily<'static> = ShellFamily {
// but linked from both the .bashrc and the .zshrc files
const BASH_FUNC: &str = r#"
# This script was automatically generated by the broot function
-# More information can be found in https://github.com/Canop/broot/blob/master/documentation.md
+# More information can be found in https://github.com/Canop/broot
# This function starts broot and executes the command
# it produces, if any.