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)