Bug 1675843 - Direct people to fzf releases instead of fzf-bin releases r=ahal

The fzf-bin repository is now archived and no longer receives new releases.
Releases are published directly to the fzf repository instead.

Differential Revision: https://phabricator.services.mozilla.com/D96238
This commit is contained in:
Barret Rennie 2020-11-09 21:48:39 +00:00
parent 6fd6e30f98
commit ff0f570af6

View File

@ -46,7 +46,7 @@ appropriate instructions for your platform:
Only the binary is required, if you do not wish to install the shell and
editor integrations, download the appropriate binary and put it on your $PATH:
https://github.com/junegunn/fzf-bin/releases
https://github.com/junegunn/fzf/releases
""".lstrip()
FZF_VERSION_FAILED = """
@ -61,7 +61,7 @@ instructions for your platform:
Only the binary is required, if you do not wish to install the shell and
editor integrations, download the appropriate binary and put it on your $PATH:
https://github.com/junegunn/fzf-bin/releases
https://github.com/junegunn/fzf/releases
""".lstrip()
FZF_INSTALL_FAILED = """
@ -75,7 +75,7 @@ platform:
Only the binary is required, if you do not wish to install the shell and
editor integrations, download the appropriate binary and put it on your $PATH:
https://github.com/junegunn/fzf-bin/releases
https://github.com/junegunn/fzf/releases
""".lstrip()
FZF_HEADER = """