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/index.md | |
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/index.md')
-rw-r--r-- | docs/installing/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |