summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2018-04-21 11:14:46 +0800
committermelissaml <ma.lei@99cloud.net>2018-04-21 11:15:10 +0800
commitdb5377e692c48867720e2816cb52c4542258534f (patch)
tree544a6b873b99989d3d2c27ac2c895435857ba7df /README.rst
parent844198a0414e3a49597e163596b25e8d02c386fe (diff)
downloadoslo-concurrency-db5377e692c48867720e2816cb52c4542258534f.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: Ic0f44cb759a0ce0eb4e845656517771cf25aac3a
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index abd0079..0a5d55f 100644
--- a/README.rst
+++ b/README.rst
@@ -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,