Fix broken links
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
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user