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: Ic0f44cb759a0ce0eb4e845656517771cf25aac3a
This commit is contained in:
melissaml 2018-04-21 11:14:46 +08:00
parent 844198a041
commit db5377e692
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ Team and repository tags
==================
.. image:: https://img.shields.io/pypi/v/oslo.concurrency.svg
:target: https://pypi.python.org/pypi/oslo.concurrency/
:target: https://pypi.org/project/oslo.concurrency/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.concurrency.svg
:target: https://pypi.python.org/pypi/oslo.concurrency/
:target: https://pypi.org/project/oslo.concurrency/
:alt: Downloads
The oslo.concurrency library has utilities for safely running multi-thread,