summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-06-04 10:07:41 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-06-04 10:07:41 +0200
commit7588d48618ec3d75579d226e85bb22e1d1014ba7 (patch)
tree7e021714684fa5a47b96c1ce8eba26b53a05b13b /web
parent5bca6e017c00ec89778dde85adc456c5b9530bda (diff)
downloadhakyll-7588d48618ec3d75579d226e85bb22e1d1014ba7.tar.gz
Fix link to list module
See #159
Diffstat (limited to 'web')
-rw-r--r--web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown b/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown
index b319712..632ce4f 100644
--- a/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown
+++ b/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown
@@ -62,7 +62,7 @@ These modules contain some "pre-packaged" solutions for common situations. They
can be used as-is, or their source can be used as inspiration for your own
tools.
-* [Hakyll.Web.Page.List](/reference/Hakyll-Web-Page-List.html)
+* [Hakyll.Web.Template.List](/reference/Hakyll-Web-Template-List.html)
Combine several pages into a list, such as a list of posts, images in a
gallery, etc.