Skip to content

Commit d010c00

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Update the documentation link for doc migration"
2 parents 86bda36 + 37998ad commit d010c00

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

HACKING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

88
General

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5151
Getting Started
5252
===============
@@ -79,7 +79,7 @@ Configuration
7979
=============
8080

8181
The 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

8484
Authentication using username/password is most commonly used::
8585

doc/source/cli/man/openstack.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ http://www.apache.org/licenses/LICENSE-2.0
502502
SEE 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/>`_
506506
in the `OpenStack Docs <https://docs.openstack.org/>`_ contains further
507507
documentation.
508508

doc/source/contributor/command-logs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OpenStack projects. The following basic rules should be followed.
1010

1111
2. 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

1515
3. There are mainly two kinds of logs in OpenStackClient: command specific
1616
log and general log. Use different logger to record them. The examples

doc/source/contributor/developing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ or
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

182182
The import order shows below:
183183

doc/source/contributor/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)