Skip to content

Commit

Permalink
Fix link to weather station list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepj committed Oct 31, 2023
1 parent 762b399 commit 3123e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/XRGPrefController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
];
}

Expand Down

0 comments on commit 3123e02

Please sign in to comment.