summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-28 11:22:32 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-28 11:22:32 +0100
commitc31090120ba3a5275bf22bc16406e471646db244 (patch)
tree8b63d4683f997ea7d72782f230c823c261274e6b
parentc62d5f8dc882a2629569384152752f9dbaeac032 (diff)
downloadhakyll-c31090120ba3a5275bf22bc16406e471646db244.tar.gz
Fix link
-rw-r--r--examples/hakyll/tutorial.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hakyll/tutorial.markdown b/examples/hakyll/tutorial.markdown
index 9b847a0..7a50f6d 100644
--- a/examples/hakyll/tutorial.markdown
+++ b/examples/hakyll/tutorial.markdown
@@ -78,8 +78,8 @@ main = hakyll $ do
~~~~~
This is enough code to create a small brochure site! You can find all code
-and files necessary to build this site [right here](TODO: add link!) -- feel
-free to play around with it!
+and files necessary to build this site [right here](/examples/brochure.zip)
+-- feel free to play around with it!
To create your site, compile and run your `hakyll.hs`: