From 46111c1cdbc17f7b2ccc44118824d3a55cc54fdf Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 16 Jun 2020 16:07:39 -0700 Subject: [PATCH] docs: fix config link --- docs/features.markdown | 2 +- docs/index.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features.markdown b/docs/features.markdown index 545356d3e..62f88c379 100644 --- a/docs/features.markdown +++ b/docs/features.markdown @@ -8,7 +8,7 @@ * xterm style selection of text with mouse; paste selection via `Shift-Insert` (bracketed paste is supported!) * SGR style mouse reporting (works in vim and tmux) * Render underline, double-underline, italic, bold, strikethrough (most other terminal emulators do not support as many render attributes) -* Configuration via a configuration file with hot reloading +* Configuration via a configuration file with hot reloading * Multiple Windows (Hotkey: `Super-N`) * Tabs (Hotkey: `Super-T`, next/prev: `Super-[` and `Super-]`, go-to: `Super-[1-9]`) diff --git a/docs/index.markdown b/docs/index.markdown index 36a2c3eb7..451739f40 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -11,7 +11,7 @@ * [Hyperlinks](hyperlinks.html) * a full list of features can be found here -Looking for a [configuration reference?](config/index.html) +Looking for a [configuration reference?](config/files.html) Screenshot