chore(cal): update course schedule links for fall and summer 2025 (#534)

This commit is contained in:
Samuel Gunter
2025-02-27 23:37:38 -06:00
committed by GitHub
parent 218477404f
commit 8fb355d03b

View File

@@ -14,6 +14,14 @@ interface LinkItem {
}
const links: LinkItem[] = [
{
text: "Fall '25 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20259/',
},
{
text: "Summer '25 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20256/',
},
{
text: "Spring '25 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20252/',
@@ -27,10 +35,6 @@ const links: LinkItem[] = [
url: 'https://utdirect.utexas.edu/apps/degree/audits/',
},
// {
// text: "Summer '24 Course Schedule",
// url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20246/',
// },
// {
// text: "'24-'25 Academic Calendar",
// url: 'https://registrar.utexas.edu/calendars/24-25',
// },