Skip to content

Commit fbe5816

Browse files
committed
Update URLs
1 parent 409d61a commit fbe5816

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

holidays/countries/senegal.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class SEN(Senegal):
130130

131131

132132
class SenegalIslamicHolidays(_CustomIslamicHolidays):
133-
# https://www.timeanddate.com/holidays/senegal/tamkharit
133+
# https://web.archive.org/web/20250609044648/https://www.timeanddate.com/holidays/senegal/tamkharit
134134
ASHURA_DATES = {
135135
2020: (AUG, 29),
136136
2021: (AUG, 18),
@@ -139,7 +139,7 @@ class SenegalIslamicHolidays(_CustomIslamicHolidays):
139139
2024: (JUL, 17),
140140
}
141141

142-
# https://www.timeanddate.com/holidays/senegal/grand-magal-de-touba
142+
# https://web.archive.org/web/20250609061446/https://www.timeanddate.com/holidays/senegal/grand-magal-de-touba
143143
GRAND_MAGAL_OF_TOUBA_DATES = {
144144
2020: (OCT, 6),
145145
2021: (SEP, 26),
@@ -148,7 +148,7 @@ class SenegalIslamicHolidays(_CustomIslamicHolidays):
148148
2024: (AUG, 23),
149149
}
150150

151-
# https://www.timeanddate.com/holidays/senegal/maouloud
151+
# https://web.archive.org/web/20250609091559/https://www.timeanddate.com/holidays/senegal/maouloud
152152
MAWLID_DATES = {
153153
2020: (OCT, 29),
154154
2021: (OCT, 18),
@@ -157,7 +157,7 @@ class SenegalIslamicHolidays(_CustomIslamicHolidays):
157157
2024: (SEP, 15),
158158
}
159159

160-
# https://www.timeanddate.com/holidays/senegal/korite
160+
# https://web.archive.org/web/20250609092813/https://www.timeanddate.com/holidays/senegal/korite
161161
EID_AL_FITR_DATES = {
162162
2020: (MAY, 24),
163163
2021: (MAY, 12),
@@ -167,7 +167,7 @@ class SenegalIslamicHolidays(_CustomIslamicHolidays):
167167
2025: (MAR, 30),
168168
}
169169

170-
# https://www.timeanddate.com/holidays/senegal/tabaski
170+
# https://web.archive.org/web/20250609102658/https://www.timeanddate.com/holidays/senegal/tabaski
171171
EID_AL_ADHA_DATES = {
172172
2020: (JUL, 31),
173173
2021: (JUL, 21),

0 commit comments

Comments
 (0)