summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2017-01-13 08:21:22 +0100
committerAndreas Jaeger <aj@suse.com>2017-01-13 08:29:38 +0100
commit3025b6f7365965aec8b76201fb6f76d163c437cb (patch)
tree20bf67908657ffc1972a0cb5650c6c79cae0610d
parent54ccc7ad83ba58a63d1c941b8deff3afd5945da1 (diff)
downloadoslo-config-3025b6f7365965aec8b76201fb6f76d163c437cb.tar.gz
Fix broken links3.22.0
As noted in [1] oslo.config has a few broken links, this should fix the ones seen in the oslo.config repo: * Glossary has moved, use new URL * Update config-reference to current URL. [1] http://lists.openstack.org/pipermail/openstack-docs/2017-January/009464.html Change-Id: I922454c7791d4fb8e3834884462ce7311b223bd2
-rw-r--r--doc/source/styleguide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/styleguide.rst b/doc/source/styleguide.rst
index 73ff5b8..d290ce3 100644
--- a/doc/source/styleguide.rst
+++ b/doc/source/styleguide.rst
@@ -9,7 +9,7 @@ The help strings are parsed from the code to appear in sample
configuration files, such as ``etc/cinder/cinder.conf`` in the
cinder repository. They are also displayed in the `OpenStack
Configuration Reference
-<http://docs.openstack.org/trunk/config-reference/content/index.html>`_.
+<http://docs.openstack.org/draft/config-reference/index.html>`_.
Examples::
@@ -29,7 +29,7 @@ Style Guide
2. Only use single spaces, no double spaces.
-3. Properly capitalize words. If in doubt check the `OpenStack Glossary <http://docs.openstack.org/glossary/>`_.
+3. Properly capitalize words. If in doubt check the `OpenStack Glossary <http://docs.openstack.org/user-guide/common/glossary.html>`_.
4. End each segment with a period and write complete sentences if
possible. Examples::