summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2022-04-11 19:53:05 +1000
committerMaxime Coste <mawww@kakoune.org>2022-04-11 19:53:05 +1000
commit9d66c97fbabc460a93d7c31123034df03e487e08 (patch)
tree9ecd1e89f89d0898946b7004a4964654bd53e0cd
parent7d1989d48b494a8f15e4d0aa3a1baf2778da5c88 (diff)
parent7c43a4b51ba9f93ee1f83198e52dc064e5b43b52 (diff)
Merge remote-tracking branch 'krobelus/fix-doc-links'
-rw-r--r--doc/pages/highlighters.asciidoc2
-rw-r--r--doc/pages/keys.asciidoc2
-rw-r--r--doc/pages/modes.asciidoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/pages/highlighters.asciidoc b/doc/pages/highlighters.asciidoc
index ffd15fa1..098089dd 100644
--- a/doc/pages/highlighters.asciidoc
+++ b/doc/pages/highlighters.asciidoc
@@ -113,7 +113,7 @@ add-highlighter window/ regex //\h*(TODO:)[^\n]* 0:cyan 1:yellow,red
capture_id can be either the capture number, or its name if a
named capture is used in the regex (See
- <<regex#Groups, `:doc regex Groups`>>)
+ <<regex#groups, `:doc regex groups`>>)
*dynregex* <expression> <capture_id>:<face> ...::
similar to regex, but expand (like a command parameter would) the
diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc
index e117b532..e26d6925 100644
--- a/doc/pages/keys.asciidoc
+++ b/doc/pages/keys.asciidoc
@@ -817,7 +817,7 @@ The following keys are recognized by this mode to help with editing
*<a-!>*::
expand the typed expansions in currently entered text
- (See <<expansions#typed-expansions,`:doc expansions typed-expansions`>>)
+ (See <<expansions#,`:doc expansions`>>)
*<a-;>*, *<a-semicolon>*::
escape to normal mode for a single command
diff --git a/doc/pages/modes.asciidoc b/doc/pages/modes.asciidoc
index 0424509c..754dda5b 100644
--- a/doc/pages/modes.asciidoc
+++ b/doc/pages/modes.asciidoc
@@ -85,7 +85,7 @@ See prompt commands <<keys#prompt-commands,`:doc keys prompt-commands`>>.
Mode entered with `<a-i>`, `<a-a>` and various combinations of `[]{}` keys.
It aims at crafting semantic selections, often called *text-objects*.
-See object commands <<keys#object-commands,`:doc keys object-commands`>>.
+See object commands <<keys#object-selection,`:doc keys object-selection`>>.
=== User mode