docs: Fix wezterm configuration link (#419)
Not a contribution. This patch fixes the configuration documentation link for Wezterm. It appears they moved their configuration homepage from `https://wezfurlong.org/wezterm/config` to `https://wezfurlong.org/wezterm/config/files.html`. The old link returns a 400. Note it does not change `doc/tokyonight.nvim.txt` as that appears to be managed by the Github actions bot. Co-authored-by: Pato Lankenau Ahumada <plankenau@apple.com>
This commit is contained in:
parent
1ee11019f8
commit
6c276810ea
@ -52,7 +52,7 @@ TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme. Includes
|
||||
- [Terminator](https://gnome-terminator.readthedocs.io/en/latest/config.html) ([terminator](extras/terminator))
|
||||
- [Tilix](https://github.com/gnunn1/tilix) ([tilix](extras/tilix))
|
||||
- [Tmux](https://github.com/tmux/tmux/wiki) ([tmux](extras/tmux))
|
||||
- [WezTerm](https://wezfurlong.org/wezterm/config/) ([wezterm](extras/wezterm))
|
||||
- [WezTerm](https://wezfurlong.org/wezterm/config/files.html) ([wezterm](extras/wezterm))
|
||||
- [Windows Terminal](https://aka.ms/terminal-documentation) ([windows_terminal](extras/windows_terminal))
|
||||
- [Xfce Terminal](https://docs.xfce.org/apps/terminal/advanced) ([xfceterm](extras/xfceterm))
|
||||
- [Xresources](https://wiki.archlinux.org/title/X_resources) ([xresources](extras/xresources))
|
||||
@ -270,7 +270,7 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25
|
||||
|
||||
Extra color configs for [Kitty](https://sw.kovidgoyal.net/kitty/conf.html),
|
||||
[Alacritty](https://github.com/alacritty/alacritty),
|
||||
[Fish](https://www.lua.org/), [WezTerm](https://wezfurlong.org/wezterm/config/),
|
||||
[Fish](https://www.lua.org/), [WezTerm](https://wezfurlong.org/wezterm/config/files.html),
|
||||
[iTerm](https://iterm2.com/) and [foot](https://codeberg.org/dnkl/foot) can be
|
||||
found in [extras](extras/). To use them, refer to their respective
|
||||
documentation.
|
||||
|
@ -8,7 +8,7 @@ M.extras = {
|
||||
fish = {ext = "fish", url = "https://fishshell.com/docs/current/index.html", label = "Fish"},
|
||||
fish_themes = {ext = "theme", url = "https://fishshell.com/docs/current/interactive.html#syntax-highlighting", label = "Fish Themes"},
|
||||
alacritty = {ext = "yml", url = "https://github.com/alacritty/alacritty", label = "Alacritty"},
|
||||
wezterm = {ext = "toml", url = "https://wezfurlong.org/wezterm/config/", label = "WezTerm"},
|
||||
wezterm = {ext = "toml", url = "https://wezfurlong.org/wezterm/config/files.html", label = "WezTerm"},
|
||||
tmux = {ext = "tmux", url = "https://github.com/tmux/tmux/wiki", label = "Tmux"},
|
||||
xresources = {ext = "Xresources", url = "https://wiki.archlinux.org/title/X_resources", label = "Xresources"},
|
||||
xfceterm = {ext = "theme", url = "https://docs.xfce.org/apps/terminal/advanced", label = "Xfce Terminal"},
|
||||
|
Loading…
Reference in New Issue
Block a user