summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index fbab8ef..cef4054 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,12 +4,12 @@ Hakyll is a simple static site generator library in Haskell. It is mostly
inspired by [Jekyll](http://github.com/mojombo/jekyll), but I like to
believe it is simpler. An example site where it is used is
[my personal homepage](http://jaspervdj.be) of which
-[the source code](http://jaspervdj.be/snapshot.tar.gz) is available as a
-reference.
+[the source code](http://github.com/jaspervdj/jaspervdj) is available here on
+github as well, as a reference.
## Installation
-cabal install hakyll
+ cabal install hakyll
## Tutorial and information