From 490014ae5f1774cedf5addd2a45ea9498bb104ce Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 10 Aug 2020 12:14:29 +0900 Subject: Fix link in docs Links to .md is replaced with .html by jekyll-relative-links plugin. --- docs/console_commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/console_commands.md') 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 Tab 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. -- cgit v1.2.3