From d887f8bac37b4a3edd21bb0a64e1f2433e43f719 Mon Sep 17 00:00:00 2001 From: MarcelineVQ Date: Sun, 31 Jan 2016 01:31:14 -0800 Subject: [PATCH 1/2] stack relative link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef6ea9..361502f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See [the community guidelines](coc.md) to understand the conduct that is expecte ## Use Stack to get going with Haskell -Get [Stack](haskellstack.org) to get GHC installed and to build your projects. +Get [Stack](http://haskellstack.org) to get GHC installed and to build your projects. If you don't know anything about Stack and would like an overview, check out this [comprehensive Stack video tutorial](https://www.youtube.com/watch?v=sRonIB8ZStw). From 25bb39df3d28a5fa22dc605551d2ec05cca67e40 Mon Sep 17 00:00:00 2001 From: MarcelineVQ Date: Sun, 31 Jan 2016 01:55:58 -0800 Subject: [PATCH 2/2] haskellstack rel link fix --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index 6be7f09..c1f564d 100644 --- a/install.md +++ b/install.md @@ -1,6 +1,6 @@ # These instructions are deprecated -We now recommend you use [Stack](haskellstack.org) instead, but the instructions are preserved here for those that might want a minimal install. +We now recommend you use [Stack](http://haskellstack.org) instead, but the instructions are preserved here for those that might want a minimal install. # What are Haskell, GHC, and Cabal?