diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
commit | 0f5d6c00b48fb5e10e19909f5a8ca48bd2b9b0f5 (patch) | |
tree | f1337aa0bb7ccd450fe69eb616c271bd45dbdbf2 /Doc/library/datetime.rst | |
parent | cea2725736880f542acaa56bfd11db86582b0ce6 (diff) | |
download | cpython-0f5d6c00b48fb5e10e19909f5a8ca48bd2b9b0f5.zip cpython-0f5d6c00b48fb5e10e19909f5a8ca48bd2b9b0f5.tar.gz cpython-0f5d6c00b48fb5e10e19909f5a8ca48bd2b9b0f5.tar.bz2 |
Fixing broken links in doc, part 4: some more breaks and redirects
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 15a4fe4..4276e91 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -514,7 +514,7 @@ Instance methods: Return a 3-tuple, (ISO year, ISO week number, ISO weekday). The ISO calendar is a widely used variant of the Gregorian calendar. See - http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm for a good + http://www.staff.science.uu.nl/~gent0113/calendar/isocalendar.htm for a good explanation. The ISO year consists of 52 or 53 full weeks, and where a week starts on a |