diff options
-rw-r--r-- | _layouts/page.html | 2 | ||||
-rw-r--r-- | docs/developers/directory_structure.md | 2 | ||||
-rw-r--r-- | docs/getting_started.md | 2 | ||||
-rw-r--r-- | docs/glossary.md | 4 | ||||
-rw-r--r-- | index.md | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 839aa83d7..36ecb949a 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -39,7 +39,7 @@ layout: default <li><a href="{{ site.baseurl }}about/">About</a></li> <li><a href="{{ site.baseurl }}docs/">Documentation</a> <ul> - <li><a href="{{ site.baseurl }}docs/glossary">Glossary</a></li> + <li><a href="{{ site.baseurl }}docs/glossary/">Glossary</a></li> </uL> </li> <li><a href="{{ site.baseurl }}docs/getting_started/">Getting Started</a></li> diff --git a/docs/developers/directory_structure.md b/docs/developers/directory_structure.md index 5d0d55642..9dbe06789 100644 --- a/docs/developers/directory_structure.md +++ b/docs/developers/directory_structure.md @@ -13,7 +13,7 @@ directories.</p> Alaveteli -- this is really more useful if you're a developer planning on making more substantive changes to the code. You don't need to be familiar with Ruby to install or make basic [customisations to your -installation](/docs/customising). +installation](/docs/customising/). <!-- (and if you do, remember to read the page about [feeding your changes back](/feeding-back)).--> diff --git a/docs/getting_started.md b/docs/getting_started.md index 2c0236b0d..d297df0e4 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -369,7 +369,7 @@ website is. To ensure its success, you should be doing things like: * Recruiting volunteers to help with the site * Categorising uncategorised requests -See also the [Administrator's Manual](/docs/running/admin_manual), which describes +See also the [Administrator's Manual](/docs/running/admin_manual/), which describes some of the typical tasks you'll need to perform when your site is up and running. diff --git a/docs/glossary.md b/docs/glossary.md index 7733f9889..bec8e728d 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -154,7 +154,7 @@ Definitions <p>More information:</p> <ul> <li> - how to <a href="{{ site.baseurl }}docs/installing/deploy">deploy Alaveteli</a> (and why it's + how to <a href="{{ site.baseurl }}docs/installing/deploy/">deploy Alaveteli</a> (and why it's a good idea) </li> <li> @@ -610,7 +610,7 @@ Definitions <p>More information:</p> <ul> <li> - <a href="{{ site.baseurl }}docs/customising/themes">about themes</a> + <a href="{{ site.baseurl }}docs/customising/themes/">about themes</a> </li> </ul> </div> @@ -109,7 +109,7 @@ title: Welcome <div class="get-started__item get-started__item"> <h3>Speak to us</h3> <p>Need some help? Tell us about your plans</p> - <p class="push-top"><a href="{{ site.baseurl }}community" class="button">Get in touch</a></p> + <p class="push-top"><a href="{{ site.baseurl }}community/" class="button">Get in touch</a></p> </div> </div> </div> |