Trivial: Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I398e0859f6c7c4975f00cf436505fccf5eb5ec4f
This commit is contained in:
melissaml 2018-04-21 04:30:49 +08:00
parent a92f1fdc68
commit c2cde29c18
3 changed files with 4 additions and 4 deletions

View File

@ -158,6 +158,6 @@ Links
* `Issue Tracker <https://storyboard.openstack.org/#!/project/760>`_ * `Issue Tracker <https://storyboard.openstack.org/#!/project/760>`_
* `Code Review <https://review.openstack.org/#/q/status:open+project:openstack/openstacksdk,n,z>`_ * `Code Review <https://review.openstack.org/#/q/status:open+project:openstack/openstacksdk,n,z>`_
* `Documentation <https://developer.openstack.org/sdks/python/openstacksdk/>`_ * `Documentation <https://developer.openstack.org/sdks/python/openstacksdk/>`_
* `PyPI <https://pypi.python.org/pypi/openstacksdk/>`_ * `PyPI <https://pypi.org/project/openstacksdk/>`_
* `Mailing list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_ * `Mailing list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>`_
* `Bugs <https://bugs.launchpad.net/python-openstacksdk>`_ * `Bugs <https://bugs.launchpad.net/python-openstacksdk>`_

View File

@ -8,7 +8,7 @@ Installation
------------ ------------
The OpenStack SDK is available on The OpenStack SDK is available on
`PyPI <https://pypi.python.org/pypi/openstacksdk>`_ under the name `PyPI <https://pypi.org/project/openstacksdk>`_ under the name
**openstacksdk**. To install it, use ``pip``:: **openstacksdk**. To install it, use ``pip``::
$ pip install openstacksdk $ pip install openstacksdk

View File

@ -12,7 +12,7 @@ walk through it like a presentation, install `presentty` and run:
The content is hopefully helpful even if it's not being narrated, so it's being The content is hopefully helpful even if it's not being narrated, so it's being
included in the `shade` docs. included in the `shade` docs.
.. _presentty: https://pypi.python.org/pypi/presentty .. _presentty: https://pypi.org/project/presentty
Using Multiple OpenStack Clouds Easily with Shade Using Multiple OpenStack Clouds Easily with Shade
================================================= =================================================
@ -52,7 +52,7 @@ shade is Free Software
This talk is Free Software, too This talk is Free Software, too
=============================== ===============================
* Written for presentty (https://pypi.python.org/pypi/presentty) * Written for presentty (https://pypi.org/project/presentty)
* doc/source/multi-cloud-demo.rst * doc/source/multi-cloud-demo.rst
* examples in doc/source/examples * examples in doc/source/examples
* Paths subject to change- this is the first presentation in tree! * Paths subject to change- this is the first presentation in tree!