summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2018-04-21 10:15:12 +0800
committermelissaml <ma.lei@99cloud.net>2018-04-21 10:18:37 +0800
commit3c4006313c6f4e4333f76e324bb0560302a04c8d (patch)
tree5e4e6339079ba2187f7615cc8c6c31012f915006
parentbc0e25bd0ace6ee6d1b988c294908fad208b33e3 (diff)
downloadpython-designateclient-3c4006313c6f4e4333f76e324bb0560302a04c8d.tar.gz
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: I49bb581c87d28bebe9f251cec801eaf5b79606d7
-rw-r--r--README.rst6
-rw-r--r--doc/source/install/index.rst2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index b5e9b46..1810ef7 100644
--- a/README.rst
+++ b/README.rst
@@ -11,11 +11,11 @@ Python bindings to the Designate API
=====================================
.. image:: https://img.shields.io/pypi/v/python-designateclient.svg
- :target: https://pypi.python.org/pypi/python-designateclient/
+ :target: https://pypi.org/project/python-designateclient/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/python-designateclient.svg
- :target: https://pypi.python.org/pypi/python-designateclient/
+ :target: https://pypi.org/project/python-designateclient/
:alt: Downloads
This is a client library for Designate built on the Designate API. It
@@ -35,7 +35,7 @@ See release notes and more at `<https://docs.openstack.org/python-designateclien
* `Source`_
* `How to Contribute`_
-.. _PyPi: https://pypi.python.org/pypi/python-designateclient
+.. _PyPi: https://pypi.org/project/python-designateclient
.. _Online Documentation: https://docs.openstack.org/python-designateclient/latest/
.. _Bugs: https://bugs.launchpad.net/python-designateclient
.. _Source: https://git.openstack.org/cgit/openstack/python-designateclient
diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst
index 618ec1a..5c10dc8 100644
--- a/doc/source/install/index.rst
+++ b/doc/source/install/index.rst
@@ -42,4 +42,4 @@ step. You can find out more about `Development Mode`_
python setup.py develop
.. _Development Mode: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
-.. _PyPI: https://pypi.python.org/pypi/python-designateclient/
+.. _PyPI: https://pypi.org/project/python-designateclient/