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:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user