summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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`: