summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf.rs2
-rw-r--r--src/shell_bash.rs2
-rw-r--r--src/shell_fish.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/conf.rs b/src/conf.rs
index fd69d4d..c2c52db 100644
--- a/src/conf.rs
+++ b/src/conf.rs
@@ -174,7 +174,7 @@ const DEFAULT_CONF_FILE: &str = r#"
# or one of the built-in commands.
#
# The configuration documentation and complete list of built-in verbs
-# can be found in https://github.com/Canop/broot/blob/master/documentation.md
+# can be found in https://github.com/Canop/broot
###############################
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.
diff --git a/src/shell_fish.rs b/src/shell_fish.rs
index e0febc6..3b09fee 100644
--- a/src/shell_fish.rs
+++ b/src/shell_fish.rs
@@ -9,7 +9,7 @@ pub const FISH: ShellFamily<'static> = ShellFamily {
const FISH_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.