From 3c4006313c6f4e4333f76e324bb0560302a04c8d Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 10:15:12 +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: I49bb581c87d28bebe9f251cec801eaf5b79606d7 --- README.rst | 6 +++--- doc/source/install/index.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b5e9b46e..1810ef73 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 `