From c2cde29c184e9acdaa56113b3f71845cebb8eb4a Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 04:30:49 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I398e0859f6c7c4975f00cf436505fccf5eb5ec4f --- README.rst | 2 +- doc/source/user/index.rst | 2 +- doc/source/user/multi-cloud-demo.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c68874626..71ca4202e 100644 --- a/README.rst +++ b/README.rst @@ -158,6 +158,6 @@ Links * `Issue Tracker `_ * `Code Review `_ * `Documentation `_ -* `PyPI `_ +* `PyPI `_ * `Mailing list `_ * `Bugs `_ diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 892994de5..e88e7e298 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -8,7 +8,7 @@ Installation ------------ The OpenStack SDK is available on -`PyPI `_ under the name +`PyPI `_ under the name **openstacksdk**. To install it, use ``pip``:: $ pip install openstacksdk diff --git a/doc/source/user/multi-cloud-demo.rst b/doc/source/user/multi-cloud-demo.rst index 9fd8c6c91..de529d598 100644 --- a/doc/source/user/multi-cloud-demo.rst +++ b/doc/source/user/multi-cloud-demo.rst @@ -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 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 ================================================= @@ -52,7 +52,7 @@ shade is Free Software 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 * examples in doc/source/examples * Paths subject to change- this is the first presentation in tree!