diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-17 16:16:11 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 16:16:11 +0100 |
commit | e1acd3154b84d0bacf5c899600e8b86940c8b6f0 (patch) | |
tree | 5cc529d7f7f1d44f2976589a05b193f122065654 | |
parent | 7e17797d316e7bbd5681d11356f0fde6755043b1 (diff) |
Add trailing slash
-rw-r--r-- | _layouts/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 61e295596..839aa83d7 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -48,7 +48,7 @@ layout: default <li><a href="{{ site.baseurl }}docs/installing/script/">Install script</a></li> <li><a href="{{ site.baseurl }}docs/installing/ami/">Alaveteli AMI for EC2</a></li> <li><a href="{{ site.baseurl }}docs/installing/manual_install/">Installing by hand</a></li> - <li><a href="{{ site.baseurl }}docs/installing/deploy">Deploying</a></li> + <li><a href="{{ site.baseurl }}docs/installing/deploy/">Deploying</a></li> <li><a href="{{ site.baseurl }}docs/installing/email/">MTA (email)</a></li> </ul> </li> |