aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-03-26 10:13:10 -0400
committerGitHub <noreply@github.com>2018-03-26 10:13:10 -0400
commitafd10134f3599ec0429bebb05692568410e74071 (patch)
treea043ff3348d73914331d8645b97560426e7da60a
parentdc809ea37cca14032c77a1b7b0279f642c952b50 (diff)
parentd2f6412fa6539ca6b22703a12e7202f2f9a34090 (diff)
downloaddateutil-afd10134f3599ec0429bebb05692568410e74071.tar.gz
Merge pull request #655 from pganssle/update_readme
Update readme links to pypi.org
-rw-r--r--README.rst7
-rw-r--r--changelog.d/655.misc1
2 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 2d55560..f0ee814 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@ dateutil - powerful extensions to datetime
==========================================
.. image:: https://img.shields.io/pypi/v/python-dateutil.svg?style=flat-square
- :target: https://pypi.python.org/pypi/python-dateutil/
+ :target: https://pypi.org/project/python-dateutil/
:alt: pypi version
.. image:: https://img.shields.io/travis/dateutil/dateutil/master.svg?style=flat-square
@@ -29,13 +29,14 @@ the standard `datetime` module, available in Python.
Download
========
dateutil is available on PyPI
-https://pypi.python.org/pypi/python-dateutil/
+https://pypi.org/project/python-dateutil/
The documentation is hosted at:
https://dateutil.readthedocs.io/en/stable/
Code
====
+The code and issue tracker are hosted on Github:
https://github.com/dateutil/dateutil/
Features
@@ -138,4 +139,4 @@ All contributions after December 1, 2017 released under dual license - either `A
.. _6B49 ACBA DCF6 BD1C A206 67AB CD54 FCE3 D964 BEFB:
- https://pgp.mit.edu/pks/lookup?op=vindex&search=0xCD54FCE3D964BEFB \ No newline at end of file
+ https://pgp.mit.edu/pks/lookup?op=vindex&search=0xCD54FCE3D964BEFB
diff --git a/changelog.d/655.misc b/changelog.d/655.misc
new file mode 100644
index 0000000..0b13b71
--- /dev/null
+++ b/changelog.d/655.misc
@@ -0,0 +1 @@
+Update PyPI links to point to pypi.org.