aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-05-07 11:07:29 -0400
committerPaul Ganssle <paul@ganssle.io>2018-05-07 11:07:29 -0400
commitfe4e484ee5f0d13c8335882d84a2251c86920aa8 (patch)
tree47274514a2fc8cd7bc5fa30d5bf2c1e72f881842
parent7a99868fa86d25661060c460c8bb623c2f9f0a32 (diff)
downloaddateutil-fe4e484ee5f0d13c8335882d84a2251c86920aa8.tar.gz
Fix links to ISO year week number notation
-rw-r--r--changelog.d/670.doc.rst1
-rw-r--r--docs/examples.rst2
-rw-r--r--docs/relativedelta.rst2
3 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/670.doc.rst b/changelog.d/670.doc.rst
new file mode 100644
index 0000000..aead9b2
--- /dev/null
+++ b/changelog.d/670.doc.rst
@@ -0,0 +1 @@
+Corrected link syntax and updated URL to https for ISO year week number notation in relativedelta examples. (gh issue #670, pr #711)
diff --git a/docs/examples.rst b/docs/examples.rst
index 8ca6a87..2b98dbd 100644
--- a/docs/examples.rst
+++ b/docs/examples.rst
@@ -138,7 +138,7 @@ Next wednesday, but not today.
datetime.date(2003, 9, 24)
Following
-[http://www.cl.cam.ac.uk/~mgk25/iso-time.html ISO year week number notation]
+`ISO year week number notation <https://www.cl.cam.ac.uk/~mgk25/iso-time.html>`_
find the first day of the 15th week of 1997.
.. doctest:: relativedelta
diff --git a/docs/relativedelta.rst b/docs/relativedelta.rst
index 8769cc7..0899f34 100644
--- a/docs/relativedelta.rst
+++ b/docs/relativedelta.rst
@@ -140,7 +140,7 @@ Next wednesday, but not today.
datetime.date(2003, 9, 24)
Following
-[http://www.cl.cam.ac.uk/~mgk25/iso-time.html ISO year week number notation]
+`ISO year week number notation <https://www.cl.cam.ac.uk/~mgk25/iso-time.html>`_
find the first day of the 15th week of 1997.
.. doctest:: relativedelta