From efad4b736d60fb136aa313d59a6effc69935bcbf Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 27 Jan 2020 00:04:58 -0800 Subject: [PATCH] Fix link to configuration file Closes: https://github.com/wez/wezterm/issues/135 --- docs/features.markdown | 4 ++-- docs/index.markdown | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features.markdown b/docs/features.markdown index 53be5b341..621909e79 100644 --- a/docs/features.markdown +++ b/docs/features.markdown @@ -2,13 +2,13 @@ * Runs on Linux, macOS and Windows 10 * [Multiplex terminal tabs and windows on local and remote hosts, with native mouse and scrollback](multiplexing.html) -* Ligatures, Color Emoji and font fallback, with true color and [dynamic color schemes](configuration.html#colors). +* Ligatures, Color Emoji and font fallback, with true color and [dynamic color schemes](config/appearance.html#colors). * Hyperlinks * Scrollback (use mouse wheel and `Shift-PageUp` and `Shift PageDown`) * 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 22a35989c..69ded8109 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -7,11 +7,11 @@ * Runs on Linux, macOS and Windows 10 * [Multiplex terminal tabs and windows on local and remote hosts, with native mouse and scrollback](multiplexing.html) -* Ligatures, Color Emoji and font fallback, with true color and [dynamic color schemes](configuration.html#colors). +* Ligatures, Color Emoji and font fallback, with true color and [dynamic color schemes](config/appearance.html#colors). * Hyperlinks * a full list of features can be found here -Looking for a [configuration reference?](configuration.html) +Looking for a [configuration reference?](config/index.html) Screenshot