Skip to content

Commit

Permalink
Merge pull request #711 from pganssle/rd_link_example
Browse files Browse the repository at this point in the history
Fix links to ISO year week number notation
  • Loading branch information
pganssle committed May 7, 2018
2 parents eaa174d + fe4e484 commit 65b59f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/670.doc.rst
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/relativedelta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65b59f0

Please sign in to comment.