diff options
| author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-04-16 15:34:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 15:34:16 -0400 |
| commit | 14df2e369e3bd46e20eef90f7ca29e5df9c72a0d (patch) | |
| tree | 788f6a70b92101cf91048ba849f11ad2c9432371 | |
| parent | 556ce2076020e46e9e96b7c51258dff038afc37f (diff) | |
| parent | fd0766a853341d4900f8ad71fca88b180b8dbc1c (diff) | |
| download | dateutil-git-14df2e369e3bd46e20eef90f7ca29e5df9c72a0d.tar.gz | |
Merge pull request #689 from pganssle/update_pypi_redirects
Change over badge pypi links
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ dateutil - powerful extensions to datetime :alt: pypi version .. |support| image:: https://img.shields.io/pypi/pyversions/python-dateutil.svg?style=flat-square - :target: https://pypi.python.org/pypi/python-dateutil/ + :target: https://pypi.org/project/python-dateutil/ :alt: supported Python version .. |travis| image:: https://img.shields.io/travis/dateutil/dateutil/master.svg?style=flat-square&label=Travis%20Build @@ -32,7 +32,7 @@ dateutil - powerful extensions to datetime :target: https://gitter.im/dateutil/dateutil .. |licence| image:: https://img.shields.io/pypi/l/python-dateutil.svg?style=flat-square - :target: https://pypi.python.org/pypi/python-dateutil/ + :target: https://pypi.org/project/python-dateutil/ :alt: licence .. |readthedocs| image:: https://img.shields.io/readthedocs/dateutil/latest.svg?style=flat-square&label=Read%20the%20Docs |
