summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-07-30 19:57:32 +0200
committerAndreas Jaeger <aj@suse.com>2019-07-30 19:57:32 +0200
commit65db8609e1ad6c611c79bd204c4eb78c3aa41721 (patch)
tree52c8dcea55df81054e24d43adede844572d1d867
parentcc7a469fdb4edfb22f005ba33cee18231287c2d0 (diff)
downloados-client-config-65db8609e1ad6c611c79bd204c4eb78c3aa41721.tar.gz
Fix broken link to openstacksdk
The openstackdocsdk has moved to docs.o.o and moved the linked page around, fix the link. Change-Id: I756f1276304029365fb893c12974b2314f2b1286
-rw-r--r--doc/source/user/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/using.rst b/doc/source/user/using.rst
index aa1165e..4d9d1e0 100644
--- a/doc/source/user/using.rst
+++ b/doc/source/user/using.rst
@@ -92,7 +92,7 @@ If you want to do the same thing but also support command line parsing.
It should be noted that OpenStack SDK has ways to construct itself that allow
for additional flexibility. If the helper function here does not meet your
needs, you should see the `from_config` method of
-`openstack.connection.Connection <https://developer.openstack.org/sdks/python/openstacksdk/users/guides/connect_from_config.html>`_
+`openstack.connection.Connection <https://docs.openstack.org/openstacksdk/latest//user/guides/connect_from_config.html>`_
Constructing shade objects
--------------------------