diff --git a/trainav.web/Pages/GenIcs.cshtml.cs b/trainav.web/Pages/GenIcs.cshtml.cs index bd62118..c6ca68e 100644 --- a/trainav.web/Pages/GenIcs.cshtml.cs +++ b/trainav.web/Pages/GenIcs.cshtml.cs @@ -57,11 +57,11 @@ public class GenIcs : PageModel { e.Description = leg.Comment + "\n" + "\n" - + $"https://marudor.de/details/{leg.TrainType}{leg.TrainNr}/{DateTime.Parse(leg.DepTime).ToUniversalTime().Subtract(new DateTime(1970, 1, 1)).TotalSeconds}000/?station={leg.DepStationId}"; + + $"https://bahn.expert/details/{leg.TrainType}{leg.TrainNr}/{DateTime.Parse(leg.DepTime).ToUniversalTime().Subtract(new DateTime(1970, 1, 1)).TotalSeconds}000/?station={leg.DepStationId}"; else e.Description = - $"https://marudor.de/details/{leg.TrainType}{leg.TrainNr}/{DateTime.Parse(leg.DepTime).ToUniversalTime().Subtract(new DateTime(1970, 1, 1)).TotalSeconds}000/?station={leg.DepStationId}"; + $"https://bahn.expert/details/{leg.TrainType}{leg.TrainNr}/{DateTime.Parse(leg.DepTime).ToUniversalTime().Subtract(new DateTime(1970, 1, 1)).TotalSeconds}000/?station={leg.DepStationId}"; calendar.Events.Add(e); } @@ -93,4 +93,4 @@ public class GenIcs : PageModel { [Name("Aufgabenträger")] public string Verkehrsverbund { get; set; } } -} \ No newline at end of file +} diff --git a/trainav.web/Pages/SharedTrip.cshtml b/trainav.web/Pages/SharedTrip.cshtml index 92a9de6..664d5ed 100644 --- a/trainav.web/Pages/SharedTrip.cshtml +++ b/trainav.web/Pages/SharedTrip.cshtml @@ -68,7 +68,7 @@ } - Marudor + BahnExpert Travelynx diff --git a/trainav.web/Pages/Trip.cshtml b/trainav.web/Pages/Trip.cshtml index b216d3f..f62e293 100644 --- a/trainav.web/Pages/Trip.cshtml +++ b/trainav.web/Pages/Trip.cshtml @@ -97,7 +97,7 @@ } - Marudor + BahnExpert Travelynx }