diff options
Diffstat (limited to 'libs/dateutil/easter.py')
-rw-r--r-- | libs/dateutil/easter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/dateutil/easter.py b/libs/dateutil/easter.py index 53b7c7893..e4def97f9 100644 --- a/libs/dateutil/easter.py +++ b/libs/dateutil/easter.py @@ -41,11 +41,11 @@ def easter(year, method=EASTER_WESTERN): More about the algorithm may be found at: - `GM Arts: Easter Algorithms <http://www.gmarts.org/index.php?go=415>`_ + http://users.chariot.net.au/~gmarts/eastalg.htm and - `The Calendar FAQ: Easter <https://www.tondering.dk/claus/cal/easter.php>`_ + http://www.tondering.dk/claus/calendar.html """ |