diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-07-09 16:09:25 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-07-09 16:09:52 +0100 |
commit | 7ea3c5cce272311ce76b7bc438377f90959635a7 (patch) | |
tree | c5275e1f9e7464b03caad7e11e2bc3b79c1408d0 /docs/installing | |
parent | 008de728188f770ee6fe3bfe1bd657c29e685535 (diff) |
add missing glossary_link to glossary links
found using
git grep -P '<a[^>]+glossary[^>]+' | grep -v __link
in case that's handy.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/deploy.md | 9 | ||||
-rw-r--r-- | docs/installing/index.md | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 019270fdf..2c31f95ce 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -8,7 +8,8 @@ title: Deploying <p class="lead"> Although you can install Alaveteli and just change it when you need it, we recommend you adopt a way of <strong>deploying</strong> it automatically, - especially on your <a href="{{ site.baseurl }}docs/glossary/#production">production server</a>. + especially on your + <a href="{{ site.baseurl }}docs/glossary/#production" class="glossary__link">production server</a>. Alaveteli provides a deployment mechanism using Capistrano. </p> @@ -27,9 +28,9 @@ changes or copying files by hand, so your site will be down for the shortest possible time. We **strongly recommend** you use the deployment mechanism for your -<a href="{{ site.baseurl }}docs/glossary/#production">production server</a> and, if -you're running one, your -<a href="{{ site.baseurl }}docs/glossary/#staging">staging server</a> too. +<a href="{{ site.baseurl }}docs/glossary/#production" class="glossary__link">production server</a> +and, if you're running one, your +<a href="{{ site.baseurl }}docs/glossary/#staging" class="glossary__link">staging server</a> too. ## Capistrano diff --git a/docs/installing/index.md b/docs/installing/index.md index c276c3d08..f722ff512 100644 --- a/docs/installing/index.md +++ b/docs/installing/index.md @@ -9,7 +9,7 @@ title: Installing Although you can install Alaveteli and just change it when you need it, we recommend you adopt a way of <strong>deploying</strong> it automatically. This has several advantages, especially for your - <a href="{{ site.baseurl }}docs/glossary/#production">production server</a>. + <a href="{{ site.baseurl }}docs/glossary/#production" class="glossary__link">production server</a>. </p> ## Before you start |