aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/console_commands.md4
-rw-r--r--docs/index.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/console_commands.md b/docs/console_commands.md
index 1cdcb6e..434f74a 100644
--- a/docs/console_commands.md
+++ b/docs/console_commands.md
@@ -35,7 +35,7 @@ To use a search engine other than the default, specify the search engine to use
:open yahoo How to contribute to Vim-Vixen
```
-To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines.html) section.
+To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines.md) section.
Use <kbd>Tab</kbd> to select from the autocomplete suggestions. To configure this, set the [`complete` property.](./properties.html#complete)
@@ -94,5 +94,5 @@ the current page.
## `:set`
The `:set` command can be used to temporarily override properties in the
-console. See the [properties](./properties.html) section for more details on
+console. See the [properties](./properties.md) section for more details on
the available properties.
diff --git a/docs/index.md b/docs/index.md
index 8e4f3a3..b06d45d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -32,7 +32,7 @@ tabs, use <kbd>u</kbd>.
To open a link, press <kbd>f</kbd> to enter the **follow mode** to select a
link. Then you can select links by alphabetic keys.
-See also [Keymaps](./keymaps.html) for more detailed of keymaps.
+See also [Keymaps](./keymaps.md) for more detailed of keymaps.
### Using commands
@@ -51,7 +51,7 @@ or search keywords with search engine (such as Google) like:
:open How to use Vim
```
-You can see completed commands on [Console commands](./console_commands.html).
+You can see completed commands on [Console commands](./console_commands.md).
## Copyright