summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorshangxiaobj <shangxiaobj@inspur.com>2017-12-28 01:19:06 -0800
committershangxiaobj <shangxiaobj@inspur.com>2017-12-28 01:21:45 -0800
commit675e096a194d0af9a96eb9b83dc84ac3a495129f (patch)
treece3a61f0bd78908590e8f5ce078384a4c4317836 /doc
parenta6a4f279ef4ee4c22a9de68427058aef273cb95b (diff)
downloadoslo-config-675e096a194d0af9a96eb9b83dc84ac3a495129f.tar.gz
Fix the invalid links for doc file in oslo.config
Replace the invalid links with the right ones for the document according to the newest Openstack website. Change-Id: Id94551a864710231a9d9d23d8632a86439cd61bd
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/styleguide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/styleguide.rst b/doc/source/reference/styleguide.rst
index d290ce3..8a55c8d 100644
--- a/doc/source/reference/styleguide.rst
+++ b/doc/source/reference/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/draft/config-reference/index.html>`_.
+<https://docs.openstack.org/oslo.config/latest/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/user-guide/common/glossary.html>`_.
+3. Properly capitalize words. If in doubt check the `OpenStack Glossary <https://docs.openstack.org/oslo.config/latest/reference/styleguide.html#style-guide>`_.
4. End each segment with a period and write complete sentences if
possible. Examples::