mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Upgrade git:// and http:// URLs to https://
Work on fish-shell/fish-site#47 [ci skip]
This commit is contained in:
@@ -125,7 +125,7 @@ function help --description 'Show help for the fish shell'
|
||||
else
|
||||
# Go to the web. Only include one dot in the version string
|
||||
set -l version_string (echo $FISH_VERSION| cut -d . -f 1,2)
|
||||
set page_url http://fishshell.com/docs/$version_string/$fish_help_page
|
||||
set page_url https://fishshell.com/docs/$version_string/$fish_help_page
|
||||
end
|
||||
|
||||
# OS X /usr/bin/open swallows fragments (anchors), so use osascript
|
||||
|
||||
Reference in New Issue
Block a user