aboutsummaryrefslogtreecommitdiffstats
path: root/docs/customising/themes.md
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-17 16:04:14 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-17 16:04:14 +0100
commit13fab33898e6a52fbdb0900eea3a722dcedd7527 (patch)
treeb1130459d90c2682bf160d023529fb34cf172fd4 /docs/customising/themes.md
parent1326da1ebfcc28b2dd898ff03860f52468755d44 (diff)
Add trailing slashes to internal URLs.
Diffstat (limited to 'docs/customising/themes.md')
-rw-r--r--docs/customising/themes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md
index 65410ece2..1a253d43f 100644
--- a/docs/customising/themes.md
+++ b/docs/customising/themes.md
@@ -13,7 +13,7 @@ title: Themes
</p>
When you customise your Alaveteli site, there is a lot you can change just
-by editing the [config settings]({{ site.baseurl }}docs/customising/config).
+by editing the [config settings]({{ site.baseurl }}docs/customising/config/).
But if you want to change the way the site looks, or add more specific
behaviour, you'll need to make a **theme**.
@@ -49,7 +49,7 @@ code.
We try to encapsulate all site-specific functionality in one of these
places:
-* Site [configuration]({{ site.baseurl }}docs/customising/config)
+* Site [configuration]({{ site.baseurl }}docs/customising/config/)
(e.g., the name of your site, the available
languages, and so on &mdash; all in `config/general.yml`)
* Data (e.g. the public bodies to whom requests should be addressed)
@@ -137,7 +137,7 @@ locale you support.
## Customising the request states
As mentioned above, if you can possibly live with the
-[default Alaveteli request statuses]({{ site.baseurl }}docs/running/states),
+[default Alaveteli request statuses]({{ site.baseurl }}docs/running/states/),
it would be good to do so. Note that you can set how many days counts
as "overdue" in the main site config file &mdash;
see [`REPLY_LATE_AFTER_DAYS`]({{ site.baseurl }}docs/customising/config/#reply_late_after_days).