diff options
-rw-r--r-- | libmateweather/weather-metar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmateweather/weather-metar.c b/libmateweather/weather-metar.c index a9f3c84..0ae2cbb 100644 --- a/libmateweather/weather-metar.c +++ b/libmateweather/weather-metar.c @@ -550,7 +550,7 @@ metar_start_open (WeatherInfo *info) } msg = soup_form_request_new ( - "GET", "https://www.aviationweather.gov/adds/dataserver_current/httpparam", + "GET", "https://www.aviationweather.gov/cgi-bin/data/dataserver.php", "dataSource", "metars", "requestType", "retrieve", "format", "xml", |