summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-12 16:54:31 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-12 16:54:31 +0100
commit1e0c875d6efd67bda010573fc8bb935eef2ea225 (patch)
treec6a2e85c8b913459d21492e61b471ac508ee6ba6 /examples
parentf910233e0ff0e276a10a1a8f37cf4c02499ef9ae (diff)
downloadhakyll-1e0c875d6efd67bda010573fc8bb935eef2ea225.tar.gz
More Identifier documentation
Diffstat (limited to 'examples')
-rw-r--r--examples/hakyll/tutorial.markdown5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/hakyll/tutorial.markdown b/examples/hakyll/tutorial.markdown
index b3892d5..3fa870f 100644
--- a/examples/hakyll/tutorial.markdown
+++ b/examples/hakyll/tutorial.markdown
@@ -109,7 +109,10 @@ items it matches -- and matching is done using the `"css/*"` [pattern].
example, `css/screen.css` will be routed to `css/screen.css` -- not very
exciting.
-[pattern]: TODO: link
+Note that a [pattern] matches [identifiers], it doesn't match filenames.
+
+[pattern]: /reference/Hakyll-Core-Identifier-Pattern.html
+[identifiers]: /reference/Hakyll-Core-Identifier.html
~~~~~{.haskell}
route "css/*" idRoute