diff options
-rw-r--r-- | examples/hakyll/index.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hakyll/index.markdown b/examples/hakyll/index.markdown index f6e3cd3..c61375d 100644 --- a/examples/hakyll/index.markdown +++ b/examples/hakyll/index.markdown @@ -41,7 +41,7 @@ Some sites written in Hakyll: ## Getting Started You can get the latest version from hackage using `cabal install hakyll`. I -have written a few [tutorials](tutorials.html), and reading them is highly +have written a [tutorial](tutorial.html), and reading it 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/), |