From a4b69f29dca5115c464ef9b1991f919e8bed022e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 2 Apr 2022 23:36:16 +0200 Subject: [PATCH] Update first steps guide link --- scripts/bootstrap/bootstrap-haskell | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 961f29a..1471263 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -157,7 +157,7 @@ _done() { green "and the \"Mingw package management docs\"" green "desktop shortcuts." green - green "If you are new to Haskell, check out https://www.haskell.org/ghcup/install/#first-steps" + green "If you are new to Haskell, check out https://www.haskell.org/ghcup/steps/" ;; *) green @@ -172,7 +172,7 @@ _done() { green "To install other GHC versions and tools, run:" green " ghcup tui" green - green "If you are new to Haskell, check out https://www.haskell.org/ghcup/install/#first-steps" + green "If you are new to Haskell, check out https://www.haskell.org/ghcup/steps/" ;; esac