chore(cal): update course schedule links for fall and summer 2025 (#534)
This commit is contained in:
@@ -14,6 +14,14 @@ interface LinkItem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const links: 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",
|
text: "Spring '25 Course Schedule",
|
||||||
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20252/',
|
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/',
|
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",
|
// text: "'24-'25 Academic Calendar",
|
||||||
// url: 'https://registrar.utexas.edu/calendars/24-25',
|
// url: 'https://registrar.utexas.edu/calendars/24-25',
|
||||||
// },
|
// },
|
||||||
|
|||||||
Reference in New Issue
Block a user