docs: update documentation URL to fish.rootiest.fyi

Replaced all instances of fish-config.rootiest.fyi with the new domain fish.rootiest.fyi across the codebase.
This commit is contained in:
2026-07-27 01:37:34 -04:00
parent e180e8d452
commit ba6146c343
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
# keyword aliases), then a normalized heading scan as fallback.
# When opened with ov a sticky navigation hint is shown at the top of the
# screen. Section matching is case-insensitive. Pass --html / -w to open
# the published documentation website (https://fish-config.rootiest.fyi/)
# the published documentation website (https://fish.rootiest.fyi/)
# in the default browser via xdg-open — deep links to a section aren't
# supported there, so if a keyword is given a note points you to the site's
# search box instead. Pass --man / -m to open the compiled man page
@@ -59,7 +59,7 @@ function config-help --description 'Open the offline fish shell configuration ma
set -l doc_file "$__fish_config_dir/docs/fish-config.md"
set -l idx_file "$__fish_config_dir/docs/fish-config.index"
set -l man_file "$__fish_config_dir/docs/fish-config.1"
set -l site_url "https://fish-config.rootiest.fyi/"
set -l site_url "https://fish.rootiest.fyi/"
# ── Extract section keyword (first non-flag argument) ────────
set -l section_kw ""
+1 -1
View File
@@ -36,7 +36,7 @@
#
# EXAMPLE
# open-url https://git.rootiest.dev/rootiest/fish-config
# open-url -v https://fish-config.rootiest.fyi/
# open-url -v https://fish.rootiest.fyi/
#
# NOTES
# Typo abbreviation: url-open (expands to open-url on space/enter).