# HG changeset patch
# User Paul Ganssle <paul@ganssle.io>
# Date 1525705649 14400
#      Mon May 07 11:07:29 2018 -0400
# Node ID 629860a30315a27e7ef2caadeda39a2c6ae799d7
# Parent  42bed07ada5867f748b91b6817bcdde67bd0d34e
Fix links to ISO year week number notation

diff --git a/changelog.d/670.doc.rst b/changelog.d/670.doc.rst
new file mode 100644
--- /dev/null
+++ b/changelog.d/670.doc.rst
@@ -0,0 +1,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
--- a/docs/examples.rst
+++ b/docs/examples.rst
@@ -138,7 +138,7 @@
     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
--- a/docs/relativedelta.rst
+++ b/docs/relativedelta.rst
@@ -140,7 +140,7 @@
     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