Skip to content

Commit

Permalink
update locations base link for uzh
Browse files Browse the repository at this point in the history
Apparently UZH has changed the base link for the locations so I changed it accordingly.
  • Loading branch information
quiode authored and famoser committed Oct 23, 2024
1 parent c0d8f25 commit 3028807
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class UZHMensaProvider(
UUID.fromString(it.id),
it.title,
it.mealTime,
URI("https://www.mensa.uzh.ch/de/standorte/${it.infoUrlSlug}.html")
URI("https://www.mensa.uzh.ch/de/menueplaene/${it.infoUrlSlug}.html")
)
mensaMap[mensa] = it
mensa
Expand Down Expand Up @@ -264,4 +264,4 @@ class UZHMensaProvider(
val idSlugDe: Int,
val idSlugEn: Int,
)
}
}

0 comments on commit 3028807

Please sign in to comment.