1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-05 18:58:52 +03:00

Fix broken link to list of features

The website https://wezfurlong.org/wezterm/ has a broken link , the "A full list of features can be found here" points to https://wezfurlong.org/wezterm/features.md (404 not found).

This fix uses the type of hyperlink that will work properly when rendered as HTML.
This commit is contained in:
Ruben Laguna 2023-03-29 08:21:08 +02:00 committed by Wez Furlong
parent a5b52de02c
commit e38a06d640

View File

@ -15,7 +15,7 @@ hide:
* [Multiplex terminal panes, tabs and windows on local and remote hosts, with native mouse and scrollback](multiplexing.md)
* <a href="https://github.com/tonsky/FiraCode#fira-code-monospaced-font-with-programming-ligatures">Ligatures</a>, Color Emoji and font fallback, with true color and [dynamic color schemes](config/appearance.md#colors).
* [Hyperlinks](hyperlinks.md)
* <a href="features.md">a full list of features can be found here</a>
* [A full list of features can be found here](features.md)
Looking for a [configuration reference?](config/files.md)