summaryrefslogtreecommitdiff
path: root/web/tutorial.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:51:25 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:51:25 +0200
commit176605a1ff2fede6095c06e435f59bcf96a61365 (patch)
treee8bdbbdf29cc34fcf5e959725000cb725a31dc3e /web/tutorial.markdown
parentedeef66180f24e4254b512041bee617368fa1eba (diff)
downloadhakyll-176605a1ff2fede6095c06e435f59bcf96a61365.tar.gz
Update example links
Diffstat (limited to 'web/tutorial.markdown')
-rw-r--r--web/tutorial.markdown14
1 files changed, 10 insertions, 4 deletions
diff --git a/web/tutorial.markdown b/web/tutorial.markdown
index 920249d..678746d 100644
--- a/web/tutorial.markdown
+++ b/web/tutorial.markdown
@@ -39,10 +39,16 @@ Let's get started!
------------------
We're going to discuss a small brochure site to start with. You can find all
-code and files necessary to build this site [right here](/examples/brochure.zip)
--- feel free to look at them as we go trough the tutorial, in fact, it might be
-very learnful to have a closer look at the files as we discuss them. There's a
-number of files we will use:
+code and files necessary to build this site
+[right here](http://github.com/jaspervdj/hakyll-examples/tree/master/brochure)
+-- feel free to look at them as we go trough the tutorial. To fetch all examples
+in order to play with them locally, use:
+
+ git clone git://github.com/jaspervdj/hakyll-examples.git
+
+or nagivate to the download menu on GitHub.
+
+Now, for this first tutorial, there's a number of files we will use:
about.rst A simple page written in RST format
code.lhs Another page with some code (which can be highlighted)