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: I8c515aa5662e020c76672a45555dfa6572267604
This commit is contained in:
melissaml 2018-04-21 05:06:42 +08:00
parent e883541d9f
commit 96ce23ad12
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@ Tooz
====
.. image:: https://img.shields.io/pypi/v/tooz.svg
:target: https://pypi.python.org/pypi/tooz/
:target: https://pypi.org/project/tooz/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/tooz.svg
:target: https://pypi.python.org/pypi/tooz/
:target: https://pypi.org/project/tooz/
:alt: Downloads
The Tooz project aims at centralizing the most common distributed primitives

View File

@ -28,7 +28,7 @@ class ZakeDriver(zookeeper.KazooDriver):
this manner) for testing and integration (where real `zookeeper`_ servers
are typically not available).
.. _zake: https://pypi.python.org/pypi/zake
.. _zake: https://pypi.org/project/zake
.. _zookeeper: http://zookeeper.apache.org/
"""