From bc1c313ae49221a72c3e58ec1c0bfcadc98c8615 Mon Sep 17 00:00:00 2001 From: Danial Arbabi <76073307+laxerhd@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:35:35 +0100 Subject: [PATCH] Added astra to redirect links and frontpage special section (#338) --- redirect/routes.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redirect/routes.php b/redirect/routes.php index 2eaa96d6..9963ddb1 100644 --- a/redirect/routes.php +++ b/redirect/routes.php @@ -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', @@ -877,6 +881,7 @@ class Route { 'Special' => [ 'app', 'artemis', + 'astra', 'c', 'c2', 'commuteplanner',