From ceb1e076fcf1fcb5ae0c9d987e50260d3b4fdd19 Mon Sep 17 00:00:00 2001 From: Shakti Barath Date: Thu, 22 Nov 2018 23:24:36 -0500 Subject: [PATCH] Added "Try Haskell in your browser" reference sec (#23181) * Added "Try Haskell in your browser" reference sec * Fixed formatting --- guide/english/haskell/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/guide/english/haskell/index.md b/guide/english/haskell/index.md index 20c75c34e5..0410264256 100644 --- a/guide/english/haskell/index.md +++ b/guide/english/haskell/index.md @@ -45,6 +45,7 @@ stack ghc hello.hs Hackage provides documentation for Haskell -## Want to learn more? -* Haskell wiki link -* Learn You a Haskell for Great Good website +#### More Information +* [Haskell wiki](https://wiki.haskell.org/Haskell) +* [Learn You a Haskell for Great Good](http://learnyouahaskell.com) +* [Try Haskell in your browser](https://www.tryhaskell.org)