Skip to content

Commit fe28472

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Update the documentation link for doc migration"
2 parents 953d74b + 41352cb commit fe28472

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/source/cli/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Authentication
77
OpenStackClient leverages `python-keystoneclient`_ authentication
88
plugins to support a number of different authentication methods.
99

10-
.. _`python-keystoneclient`: http://docs.openstack.org/developer/python-keystoneclient/authentication-plugins.html
10+
.. _`python-keystoneclient`: https://docs.openstack.org/python-keystoneclient/latest/using-sessions.html#sharing-authentication-plugins
1111

1212
Authentication Process
1313
----------------------

openstackclient/tests/functional/post_test_hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# OpenStack cloud. It will attempt to create an instance if one is not
55
# available. Do not run this script unless you know what you're doing.
66
# For more information refer to:
7-
# http://docs.openstack.org/developer/python-openstackclient/
7+
# https://docs.openstack.org/python-openstackclient/latest/
88

99
function generate_testr_results {
1010
if [ -f .testrepository/0 ]; then

openstackclient/tests/functional/post_test_hook_tips.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# OpenStack cloud. It will attempt to create an instance if one is not
55
# available. Do not run this script unless you know what you're doing.
66
# For more information refer to:
7-
# http://docs.openstack.org/developer/python-openstackclient/
7+
# https://docs.openstack.org/python-openstackclient/latest/
88

99
# This particular script differs from the normal post_test_hook because
1010
# it installs the master (tip) version of osc-lib, os-client-config

releasenotes/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'',
6363
),
6464
'oscdoc': (
65-
'http://docs.openstack.org/developer/python-openstackclient/%s.html',
65+
'https://docs.openstack.org/python-openstackclient/latest/%s.html',
6666
'',
6767
),
6868
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description-file =
55
README.rst
66
author = OpenStack
77
author-email = openstack-dev@lists.openstack.org
8-
home-page = http://docs.openstack.org/developer/python-openstackclient
8+
home-page = https://docs.openstack.org/python-openstackclient/latest/
99
classifier =
1010
Environment :: OpenStack
1111
Intended Audience :: Information Technology

0 commit comments

Comments
 (0)