From 288af4abc6dbdf9f92480859c57941f0272ffad7 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Oct 2021 15:09:09 +0200 Subject: [PATCH] Add first-steps link to bootstrap-haskell --- 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 b8d3d9e..cbf275f 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -158,7 +158,7 @@ _done() { green "and the \"Mingw package management docs\"" green "desktop shortcuts." green - green "If you are net to Haskell, check out https://www.haskell.org/documentation/" + green "If you are new to Haskell, check out https://www.haskell.org/ghcup/install/#first-steps" ;; *) green @@ -173,7 +173,7 @@ _done() { green "To install other GHC versions and tools, run:" green " ghcup tui" green - green "If you are net to Haskell, check out https://www.haskell.org/documentation/" + green "If you are new to Haskell, check out https://www.haskell.org/ghcup/install/#first-steps" ;; esac