aboutsummaryrefslogtreecommitdiff
path: root/docs/examples.rst
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 /docs/examples.rst
parent7a99868fa86d25661060c460c8bb623c2f9f0a32 (diff)
downloaddateutil-fe4e484ee5f0d13c8335882d84a2251c86920aa8.tar.gz
Fix links to ISO year week number notation
Diffstat (limited to 'docs/examples.rst')
-rw-r--r--docs/examples.rst2
1 files changed, 1 insertions, 1 deletions
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