mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +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:
parent
a5b52de02c
commit
e38a06d640
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user