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
This commit is contained in:
Andreas Jaeger 2019-07-30 19:57:32 +02:00
parent cc7a469fdb
commit 65db8609e1
1 changed files with 1 additions and 1 deletions

View File

@ -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
--------------------------