summaryrefslogtreecommitdiff
path: root/dateutil/parser/_parser.py
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2017-12-07 00:44:50 +0000
committerGitHub <noreply@github.com>2017-12-07 00:44:50 +0000
commitfa11a158d27272135db68ae350650d2f16ec0ca0 (patch)
tree12ea5873d075811d917ea8ecbe5fccbd77a4a5b6 /dateutil/parser/_parser.py
parented4a2b474190f946ad32bb54d0f8b4f264483806 (diff)
parent04254e3c4718b9b2ee96fa38a5d67c8104989592 (diff)
downloaddateutil-git-fa11a158d27272135db68ae350650d2f16ec0ca0.tar.gz
Merge pull request #568 from gaborbernat/master
add document generation to tox
Diffstat (limited to 'dateutil/parser/_parser.py')
-rw-r--r--dateutil/parser/_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dateutil/parser/_parser.py b/dateutil/parser/_parser.py
index 541cdfc..2291f39 100644
--- a/dateutil/parser/_parser.py
+++ b/dateutil/parser/_parser.py
@@ -22,7 +22,7 @@ Additional resources about date/time string formats can be found below:
- `A summary of the international standard date and time notation
<http://www.cl.cam.ac.uk/~mgk25/iso-time.html>`_
- `W3C Date and Time Formats <http://www.w3.org/TR/NOTE-datetime>`_
-- `Time Formats (Planetary Rings Node) <http://pds-rings.seti.org/tools/time_formats.html>`_
+- `Time Formats (Planetary Rings Node) <https://pds-rings.seti.org:443/tools/time_formats.html>`_
- `CPAN ParseDate module
<http://search.cpan.org/~muir/Time-modules-2013.0912/lib/Time/ParseDate.pm>`_
- `Java SimpleDateFormat Class