diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-07-09 15:55:36 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-07-09 15:55:36 +0100 |
commit | 008de728188f770ee6fe3bfe1bd657c29e685535 (patch) | |
tree | 3472147005993822d0a08d52e6bdb6313716ed98 /docs/customising/config.md | |
parent | 8743372722bafff935c54d56250d292e9ddd8597 (diff) |
change glossary link class to glossary__link throughout
Diffstat (limited to 'docs/customising/config.md')
-rw-r--r-- | docs/customising/config.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/customising/config.md b/docs/customising/config.md index 8a25e8df6..067c9ec92 100644 --- a/docs/customising/config.md +++ b/docs/customising/config.md @@ -638,9 +638,9 @@ THEME_URLS: </dt> <dd> Is this a - <a href="{{site.baseurl}}docs/glossary/#staging" class="glossary">staging</a> or - <a href="{{site.baseurl}}docs/glossary/#development" class="glossary">development</a> site? - If not, it's a live <a href="{{site.baseurl}}docs/glossary/#production" class="glossary">production</a> + <a href="{{site.baseurl}}docs/glossary/#staging" class="glossary__link">staging</a> or + <a href="{{site.baseurl}}docs/glossary/#development" class="glossary__link">development</a> site? + If not, it's a live <a href="{{site.baseurl}}docs/glossary/#production" class="glossary__link">production</a> site. This setting controls whether or not the <code>rails-post-deploy</code> script will create the file <code>config/rails_env.rb</code> file to force Rails into production environment. |