Skip to content

Commit

Permalink
fix(exams): Fix link for exam server
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun authored and Toaster192 committed Dec 9, 2024
1 parent 199ecec commit ce6c1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/exams/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def process_exams(
if date.month < 9:
cal_year -= 1

all_url = f"https://minerva3.fit.vutbr.cz/rozvrhis/{semester}{cal_year}/zkousky"
all_url = f"https://rozvrhy.fit.vut.cz/{semester}{cal_year}/zkousky"
year_url = f"{all_url}/{year}"
description = f"[Odkaz na zkoušky ročníku]({year_url})\n" if year else ""
description += f"[Odkaz na všechny zkoušky]({all_url})"
Expand Down

0 comments on commit ce6c1bb

Please sign in to comment.