Skip to content

Commit

Permalink
Fix a link and shorten a name.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jan 1, 2025
1 parent 3141560 commit 90a2610
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/importers/icalendar/cdss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ fn apply_fixes(event: &mut Event) {
event.name = "Friday Night Contra at Glen Echo".to_string();
event
.links
.insert(0, "https://www.fridaynightdance.com/tickets".to_string());
.insert(0, "https://www.fridaynightdance.com/".to_string());
}
"Friends of Traditional Dance Contra" => {
event.links.insert(0, "https://fotd.org/".to_string());
Expand Down Expand Up @@ -597,6 +597,9 @@ fn apply_fixes(event: &mut Event) {
"https://www.missoulafolk.org/english-country-dancing".to_string(),
);
}
"Moab, Utah Contra Dance" => {
event.name = "Moab Contra Dance".to_string();
}
"Monrovia English Country Dance" => {
event
.links
Expand Down

0 comments on commit 90a2610

Please sign in to comment.