From 1e0c875d6efd67bda010573fc8bb935eef2ea225 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 12 Feb 2011 16:54:31 +0100 Subject: More Identifier documentation --- examples/hakyll/tutorial.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3