summaryrefslogtreecommitdiff
path: root/web
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
parentedeef66180f24e4254b512041bee617368fa1eba (diff)
downloadhakyll-176605a1ff2fede6095c06e435f59bcf96a61365.tar.gz
Update example links
Diffstat (limited to 'web')
-rw-r--r--web/examples.markdown7
-rw-r--r--web/tutorial.markdown14
2 files changed, 15 insertions, 6 deletions
diff --git a/web/examples.markdown b/web/examples.markdown
index 453a22e..5e07865 100644
--- a/web/examples.markdown
+++ b/web/examples.markdown
@@ -5,8 +5,11 @@ title: Examples
## Simple examples
A number of simple examples are available in the GitHub repository. They can be
-found [here](https://github.com/jaspervdj/hakyll/tree/master/examples). The
-README located in that directory explains which example does what.
+found [here](https://github.com/jaspervdj/hakyll-examples). The README located
+in that directory explains which example does what. You can fetch the entire
+directory using
+
+ git clone git://github.com/jaspervdj/hakyll-examples.git
## People using Hakyll
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)