From 60299b6bb85f54cdbf14dc771d8499d3e7dd0c87 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 27 Jul 2022 23:29:33 +0800 Subject: [PATCH] Update HLS doc link --- scripts/bootstrap/bootstrap-haskell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 953404a..0d3fb9e 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -659,7 +659,7 @@ ask_hls() { warn "Do you want to install haskell-language-server (HLS)?" warn "HLS is a language-server that provides IDE-like functionality" warn "and can integrate with different editors, such as Vim, Emacs, VS Code, Atom, ..." - warn "Also see https://github.com/haskell/haskell-language-server/blob/master/README.md" + warn "Also see https://haskell-language-server.readthedocs.io/en/stable/" warn "" warn "[Y] Yes [N] No [?] Help (default is \"N\")." warn ""