summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorDaniel Haehre <dghaehre@gmail.com>2021-05-23 20:36:47 +0200
committerGitHub <noreply@github.com>2021-05-23 20:36:47 +0200
commit25a26783b84672f5417cd3365d6aad71b1203e7e (patch)
tree48ddb5e943a72dc0a2c8ab7f1c926997f64a79c3 /website/docs
parent10456e8bf21506a2d17f7da4891233502c9f5953 (diff)
Fix broken links for https://dystroy.org/broot
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/docs/index.md b/website/docs/index.md
index e5cdc22..54680a3 100644
--- a/website/docs/index.md
+++ b/website/docs/index.md
@@ -110,13 +110,13 @@ If your terminal is [kitty](https://sw.kovidgoyal.net/kitty/index.html), then th
Just find the file you want to edit with a few keystrokes, type `:e`, then <kbd>enter</kbd>.
-You can add verbs or configure the existing ones; see [documentation](../conf_file/#verbs-shortcuts-and-keys).
+You can add verbs or configure the existing ones; see [documentation](conf_file/#verbs-shortcuts-and-keys).
And you can add shortcuts, for example a <kbd>ctrl</kbd> sequence or a function key
# Apply commands on several files
-Add files to the [staging area](../staging-area) then execute any command on all of them.
+Add files to the [staging area](staging-area) then execute any command on all of them.
![staging mv](img/20210424-staging-mv.png)