diff --git a/Controllers/XRGPrefController.m b/Controllers/XRGPrefController.m index 4877b5a..17f09fa 100644 --- a/Controllers/XRGPrefController.m +++ b/Controllers/XRGPrefController.m @@ -1192,7 +1192,7 @@ -(IBAction) Stocks:(id)sender { -(IBAction) openWeatherStationList:(id)sender { [NSTask launchedTaskWithLaunchPath:@"/usr/bin/open" - arguments:@[@"https://www.aviationweather.gov/docs/metar/stations.txt"] + arguments:@[@"https://download.gauchosoft.com/xrg/stations.txt"] ]; }