about summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2016-05-30 09:25:32 -0700
committerRyan Mulligan <ryan@ryantm.com>2016-05-30 09:25:32 -0700
commit6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e (patch)
treec78bccf14e3d2ed9a1eb51566d76ece7995a95a8 /doc/languages-frameworks
parent8f7b525fc26cc440b075284f839c41c000a860e6 (diff)
downloadnixlib-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar
nixlib-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.gz
nixlib-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.bz2
nixlib-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.lz
nixlib-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.xz
nixlib-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.tar.zst
nixlib-6b2b2e5b1c92bf4d866e90437e7be46c6ef3a85e.zip
fix link formatting
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/haskell.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.md b/doc/languages-frameworks/haskell.md
index b981466bf2e0..e066ad110bec 100644
--- a/doc/languages-frameworks/haskell.md
+++ b/doc/languages-frameworks/haskell.md
@@ -329,7 +329,7 @@ workarounds.
 
 ### How to build a Haskell project using Stack
 
-[Stack][http://haskellstack.org] is a popular build tool for Haskell projects.
+[Stack](http://haskellstack.org) is a popular build tool for Haskell projects.
 It has first-class support for Nix. Stack can optionally use Nix to
 automatically select the right version of GHC and other build tools to build,
 test and execute apps in an existing project downloaded from somewhere on the