From 6edfecd6afb22fb2c7f0fd79259e40526fd20e2a Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Thu, 2 Jan 2020 11:30:11 -0500 Subject: Update documentation links Periodic update of all links that point to redirects or http targets when an https target is available. --- dateutil/parser/_parser.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dateutil/parser/_parser.py') diff --git a/dateutil/parser/_parser.py b/dateutil/parser/_parser.py index 8d67584..0044589 100644 --- a/dateutil/parser/_parser.py +++ b/dateutil/parser/_parser.py @@ -20,11 +20,11 @@ value falls back to the end of the month. Additional resources about date/time string formats can be found below: - `A summary of the international standard date and time notation - `_ -- `W3C Date and Time Formats `_ + `_ +- `W3C Date and Time Formats `_ - `Time Formats (Planetary Rings Node) `_ - `CPAN ParseDate module - `_ + `_ - `Java SimpleDateFormat Class `_ """ -- cgit v1.2.1