From 4349a5e815d2a2bb0373b7712504940c1f141c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sun, 28 Oct 2012 23:52:16 +0100 Subject: [PATCH] Update settings documentation. Fix #562 --- docs/settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 72c507a7..f8ccb8f7 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -190,8 +190,8 @@ Setting name (default value) What does it do? `AUTHOR_SAVE_AS` (``'author/{name}.html'``) The location to save an author. `CATEGORY_URL` (``'category/{name}.html'``) The URL to use for a category. `CATEGORY_SAVE_AS` (``'category/{name}.html'``) The location to save a category. -`TAG_URL` (``'tag/{name}.html'``) The URL to use for a tag. -`TAG_SAVE_AS` (``'tag/{name}.html'``) The location to save the tag page. +`TAG_URL` (``'tag/{slug}.html'``) The URL to use for a tag. +`TAG_SAVE_AS` (``'tag/{slug}.html'``) The location to save the tag page. `_SAVE_AS` The location to save content generated from direct templates. Where is the upper case template name.