summaryrefslogtreecommitdiff
path: root/releasenotes/source
diff options
context:
space:
mode:
authorlingyongxu <lyxu@fiberhome.com>2017-09-20 13:52:06 +0800
committerLingyong Xu <lyxu@fiberhome.com>2017-09-21 10:47:31 +0000
commit41352cb375ec1c628c978402dd04a7e8cc405249 (patch)
tree7dfdfddda607847dfd3029cc02b180551b1dd29c /releasenotes/source
parent39c00ab8b7a2c5ee8b82a26f779966806236dbc8 (diff)
downloadpython-openstackclient-41352cb375ec1c628c978402dd04a7e8cc405249.tar.gz
Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: Ieca93d77bfc5e54486312f16122cc12c5bda0934
Diffstat (limited to 'releasenotes/source')
-rw-r--r--releasenotes/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 14800913..1dc130c1 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -62,7 +62,7 @@ extlinks = {
'',
),
'oscdoc': (
- 'http://docs.openstack.org/developer/python-openstackclient/%s.html',
+ 'https://docs.openstack.org/python-openstackclient/latest/%s.html',
'',
),
}