summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-01-21 12:22:46 +0100
committerCanop <cano.petrole@gmail.com>2022-01-21 12:22:46 +0100
commitfcaf7b5cff5f038e4583d67cbe26e6f196ef7338 (patch)
tree53f0fc0cfd26d5e8d2b81644f5a630ec7334fa0e /website/docs
parent6c2de8e61e57aaef68ee0f2589e66d929f4e78bd (diff)
web site: fix wrong link
Thanks @TomSnieda for noticing
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/verbs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/docs/verbs.md b/website/docs/verbs.md
index 2790acf..6e1f79a 100644
--- a/website/docs/verbs.md
+++ b/website/docs/verbs.md
@@ -105,7 +105,7 @@ Note: there's another solution to gain time when typing a path, especially when
# Builtins & external commands, leaving or not
-There are three types of verbs (they will be covered in more details in the [configuration page](../conf_file/#verb-definition-attributes)):
+There are three types of verbs (they will be covered in more details in the [configuration page](../conf_verbs/#verb-definition-attributes)):
* builtin features apply internal functions, for example `:toggle_perm` to trigger computation and display of Unix file permissions
* external commands, whose execution implies calling an external program, for example `rm -rf {file}`
@@ -133,4 +133,4 @@ It can be used in a verb declaration in configuration too.
You may start with the common set of verbs but you'll very quickly want to define how to edit or create files, and probably have a few personal commands.
-That's why should see [how to configure verbs](../conf_file/#verbs-shortcuts-and-keys).
+That's why should see [how to configure verbs](../conf_verbs/#verbs-shortcuts-and-keys).