File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ OpenStack Style Commandments
22============================
33
44- Step 1: Read the OpenStack Style Commandments
5- http ://docs.openstack.org/developer/ hacking/
5+ https ://docs.openstack.org/hacking/latest /
66- Step 2: Read on
77
88General
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ language to describe operations in OpenStack.
3939* License: Apache 2.0
4040
4141.. _PyPi : https://pypi.python.org/pypi/python-openstackclient
42- .. _Online Documentation : http ://docs.openstack.org/python-openstackclient/
42+ .. _Online Documentation : https ://docs.openstack.org/python-openstackclient/latest /
4343.. _Launchpad project : https://launchpad.net/python-openstackclient
4444.. _Blueprints : https://blueprints.launchpad.net/python-openstackclient
4545.. _Bugs : https://bugs.launchpad.net/python-openstackclient
4646.. _Source : https://git.openstack.org/cgit/openstack/python-openstackclient
47- .. _Developer : http ://docs.openstack.org/project-team-guide/project-setup/python.html
48- .. _Contributing : http ://docs.openstack.org/infra/manual/developers.html
49- .. _Testing : http ://docs.openstack.org/python-openstackclient/developing.html#testing
47+ .. _Developer : https ://docs.openstack.org/project-team-guide/project-setup/python.html
48+ .. _Contributing : https ://docs.openstack.org/infra/manual/developers.html
49+ .. _Testing : https ://docs.openstack.org/python-openstackclient/latest/contributor /developing.html#testing
5050
5151Getting Started
5252===============
@@ -79,7 +79,7 @@ Configuration
7979=============
8080
8181The CLI is configured via environment variables and command-line
82- options as listed in http ://docs.openstack.org/python-openstackclient/authentication.html.
82+ options as listed in https ://docs.openstack.org/python-openstackclient/latest/cli /authentication.html.
8383
8484Authentication using username/password is most commonly used::
8585
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ http://www.apache.org/licenses/LICENSE-2.0
502502SEE ALSO
503503========
504504
505- The `OpenStackClient page <http ://docs.openstack.org/developer/ python-openstackclient/ >`_
505+ The `OpenStackClient page <https ://docs.openstack.org/python-openstackclient/latest / >`_
506506in the `OpenStack Docs <https://docs.openstack.org/ >`_ contains further
507507documentation.
508508
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OpenStack projects. The following basic rules should be followed.
1010
11112. All logs except debug log need to be translated. The log message strings
1212 that need to be translated should follow the rule of i18n guidelines:
13- http ://docs.openstack.org/developer/ oslo.i18n/guidelines.html
13+ https ://docs.openstack.org/oslo.i18n/latest/user /guidelines.html
1414
15153. There are mainly two kinds of logs in OpenStackClient: command specific
1616 log and general log. Use different logger to record them. The examples
Original file line number Diff line number Diff line change 177177 Standardize Import Format
178178=========================
179179
180- .. _`Import Order Guide` : http ://docs.openstack.org/developer/ hacking/#imports
180+ .. _`Import Order Guide` : https ://docs.openstack.org/hacking/latest/user/hacking.html #imports
181181
182182The import order shows below:
183183
Original file line number Diff line number Diff line change @@ -243,4 +243,4 @@ Changes to python-openstackclient
243243#. Update ``test-requirements.txt `` to include fooclient. This is necessary
244244 to auto-document the commands in the previous step.
245245
246- .. _sphinxext : http ://docs.openstack.org/developer/ stevedore/sphinxext.html
246+ .. _sphinxext : https ://docs.openstack.org/stevedore/latest/user /sphinxext.html
You can’t perform that action at this time.
0 commit comments