summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-04 21:03:57 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-04 21:03:57 +0100
commit222cc516272014eb2de0c4ac6137ebb6f620238e (patch)
treeb078ad4acf24d107b70603ee1c6956881e2ce5cc
parent6c1d41dbe2969988e8ad648184429657bbc3cb3b (diff)
downloadhakyll-222cc516272014eb2de0c4ac6137ebb6f620238e.tar.gz
Made url in readme point to gihub repo instead of snapshot.
-rw-r--r--README.markdown6
-rw-r--r--examples/hakyll/index.markdown3
2 files changed, 5 insertions, 4 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
diff --git a/examples/hakyll/index.markdown b/examples/hakyll/index.markdown
index 229f61a..7549d45 100644
--- a/examples/hakyll/index.markdown
+++ b/examples/hakyll/index.markdown
@@ -27,4 +27,5 @@ have written a few [tutorials](tutorials.html), and reading them is highly
recommended if you want to get started with hakyll. Also, there are a few
examples available in
[the github repo](http://github.com/jaspervdj/Hakyll/tree/master/examples/),
-including this site.
+including this site. For any questions you might have, there is also a
+[google discussion group](http://groups.google.com/group/hakyll).