Skip to content

Commit

Permalink
Fix Redirect example
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 7, 2017
1 parent 718c9a4 commit 9992643
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Hakyll/Web/Redirect.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ import Hakyll.Core.Writable (Writable (..))
--
-- An example of a valid association list would be:
--
-- > brokenLinks = [("/Black-market archive", "/Black-market%20archives")]
-- > brokenLinks =
-- > [ ("projects.html", "http://github.com/gwern")
-- > , ("/Black-market archive", "Black-market%20archives")
-- > ]
--
-- In which case the functionality can then be used in `main` with a line like:
--
Expand Down

0 comments on commit 9992643

Please sign in to comment.