Skip to content

Commit

Permalink
Fix link.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jan 15, 2025
1 parent e93b641 commit c949053
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/importers/icalendar/cdss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,9 @@ fn apply_fixes(event: &mut Event) {
}
"Dover English Country Dancers - Monthly Dance" => {
event.name = "Dover Monthly English Country Dance".to_string();
event.links.insert(
0,
"Dover English Country Dancers - Monthly Dance".to_string(),
);
event
.links
.insert(0, "http://www.doverdancers.org/".to_string());
event.state = Some("DE".to_string());
event.country = "USA".to_string();
}
Expand Down

0 comments on commit c949053

Please sign in to comment.