aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2014-07-09 15:55:36 +0100
committerDave Whiteland <dave@mysociety.org>2014-07-09 15:55:36 +0100
commit008de728188f770ee6fe3bfe1bd657c29e685535 (patch)
tree3472147005993822d0a08d52e6bdb6313716ed98 /docs/installing
parent8743372722bafff935c54d56250d292e9ddd8597 (diff)
change glossary link class to glossary__link throughout
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/deploy.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md
index 4bbc91a9d..019270fdf 100644
--- a/docs/installing/deploy.md
+++ b/docs/installing/deploy.md
@@ -33,7 +33,7 @@ you're running one, your
## Capistrano
-<a href="{{site.baseurl}}docs/glossary/#capistrano" class="glossary">Capistrano</a>
+<a href="{{site.baseurl}}docs/glossary/#capistrano" class="glossary__link">Capistrano</a>
is included as part of Alaveteli as a standard deployment system.
The basic principle of Capistrano is that you execute `cap [do-something]`
@@ -115,8 +115,8 @@ Now, back on your local machine:
* make sure you're still in the Alaveteli repo (if not, `cd` back into it)
* create a deployment directory on the server by running *one* of these commands:
- * `cap deploy` if you're deploying a <a href="{{site.baseurl}}docs/glossary/#staging" class="glossary">staging site</a>, or...
- * `cap -S stage=production deploy` for <a href="{{site.baseurl}}docs/glossary/#production" class="glossary">production</a>
+ * `cap deploy` if you're deploying a <a href="{{site.baseurl}}docs/glossary/#staging" class="glossary__link">staging site</a>, or...
+ * `cap -S stage=production deploy` for <a href="{{site.baseurl}}docs/glossary/#production" class="glossary__link">production</a>
* update the webserver config (either apache or nginx) to add the `current` element
to the path where it is serving Alaveteli from. If you installed using the
installation script, this will be replacing `/var/www/alaveteli/alaveteli/` with