Skip to content

Commit

Permalink
Add Lawrence link for another name case.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Aug 6, 2024
1 parent 508cda2 commit 5a05d10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/importers/icalendar/cdss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,9 @@ fn apply_fixes(event: &mut Event) {
.links
.insert(0, "https://www.lasvegascontradance.org/".to_string());
}
"Lawrence Barn Dance Association Contra Dance" => {
"Lawrence Barn Dance Association Contra Dance" | "Community Contra Dance"
if event.city == "Lawrence" =>
{
event.links.insert(
0,
"https://lawrencecontra.wordpress.com/calendar/".to_string(),
Expand Down

0 comments on commit 5a05d10

Please sign in to comment.