Skip to content

Commit

Permalink
Added astra to redirect links and frontpage special section (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
laxerhd authored Nov 4, 2024
1 parent e305a46 commit bc1c313
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions redirect/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ class Route {
'description' => 'Studentische Vertretung – AStA',
'target' => 'https://www.sv.tum.de/startseite/',
],
'astra' => [
'description' => 'A Student Recruiting Application - Tutor Application',
'target' => 'https://astra.cit.tum.de',
],
'ausitsec' => [
'description' => 'ausgewählte Themen der IT-Sicherheit',
'target' => 'https://www.sec.in.tum.de/i20/teaching/ws2019/ausgewahlte-themen-aus-dem-bereich-it-sicherheit',
Expand Down Expand Up @@ -877,6 +881,7 @@ class Route {
'Special' => [
'app',
'artemis',
'astra',
'c',
'c2',
'commuteplanner',
Expand Down

0 comments on commit bc1c313

Please sign in to comment.