summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Redirect.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hakyll/Web/Redirect.hs')
-rw-r--r--src/Hakyll/Web/Redirect.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Hakyll/Web/Redirect.hs b/src/Hakyll/Web/Redirect.hs
index cd94fdc..4760cff 100644
--- a/src/Hakyll/Web/Redirect.hs
+++ b/src/Hakyll/Web/Redirect.hs
@@ -42,7 +42,9 @@ import Hakyll.Core.Writable (Writable (..))
--
-- In which case the functionality can then be used in `main` with a line like:
--
--- > createRedirects brokenLinks
+-- > version "redirects" $ createRedirects brokenLinks
+--
+-- The 'version' is recommended to separate these items from your other pages.
--
-- The on-disk files can then be uploaded with HTML mimetypes
-- (either explicitly by generating and uploading them separately, by