summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 17:10:12 -0400
committerJoey Hess2014-04-19 17:10:12 -0400
commitc522957fcaf6330de93bd96f8f001c4719fe5fa7 (patch)
tree93041b237544d2319650e36c97a0013f4e73e029
parentc20a39b3a7fd0ce7cd1c88e82191d3a969875c70 (diff)
parentfc8550ece49543a16bd91c3f21a86b1cad558d4b (diff)
Merge branch 'joeyconfig'
-rw-r--r--doc/haskell_newbie.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn
index e96a591b..d9a3aeba 100644
--- a/doc/haskell_newbie.mdwn
+++ b/doc/haskell_newbie.mdwn
@@ -1,6 +1,7 @@
-Propellor's config file is written in Haskell, and Haskell is
-invaluable to extend Propellor with your own custom properties. But you
-don't need to know about monads to configure Propellor!
+Propellor's config file is written in Haskell, and
+[Haskell](http://www.haskell.org/) is invaluable to extend Propellor with
+your own custom properties. But you don't need to know about monads to
+configure Propellor!
Let's take a quick tour of the `config.hs` file..