Skip to content
Snippets Groups Projects
Commit 629860a30315 authored by Paul Ganssle's avatar Paul Ganssle
Browse files

Fix links to ISO year week number notation

parent 42bed07ada58
No related branches found
No related tags found
No related merge requests found
Corrected link syntax and updated URL to https for ISO year week number notation in relativedelta examples. (gh issue #670, pr #711)
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment