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

Merge pull request #711 from pganssle/rd_link_example

Fix links to ISO year week number notation
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