From 292edea9e091861f299382b74b34afbc24698340 Mon Sep 17 00:00:00 2001 From: Zih Csongor Date: Sat, 3 Sep 2022 21:47:09 +0200 Subject: [PATCH] Update BME address --- NeptunLight/NeptunLight/DataAccess/StaticData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeptunLight/NeptunLight/DataAccess/StaticData.cs b/NeptunLight/NeptunLight/DataAccess/StaticData.cs index 7e37901..330282b 100644 --- a/NeptunLight/NeptunLight/DataAccess/StaticData.cs +++ b/NeptunLight/NeptunLight/DataAccess/StaticData.cs @@ -10,7 +10,7 @@ public IEnumerable GetAvaialbleInstitutes() { yield return new Institute("BCE - Budapesti Corvinus Egyetem", new Uri("https://neptun3r.web.uni-corvinus.hu/Hallgatoi/")); yield return new Institute("BGE - Budapesti Gazdasági Egyetem", new Uri("https://neptun2.uni-bge.hu/hallgato/")); - yield return new Institute("BME - Budapesti Műszaki és Gazdaságtudományi Egyetem", new Uri("https://frame.neptun.bme.hu/hallgatoi/")); + yield return new Institute("BME - Budapesti Műszaki és Gazdaságtudományi Egyetem", new Uri("https://neptun.bme.hu/hallgatoi/")); yield return new Institute("DE - Debreceni Egyetem", new Uri("https://www-3.neptun.unideb.hu/hallgato/")); yield return new Institute("DUE - Dunaújvárosi Egyetem", new Uri("https://nappw.dfad.duf.hu/hallgato/")); yield return new Institute("EDUTUS - Edutus Egyetem", new Uri("https://neptun.edutus.hu/hallgato/"));