Branch: master

eb7b432f 2016-08-23 19:07:32 Timothy Pearson
Update METAR URL
M kweather/weatherlib.cpp
diff --git a/kweather/weatherlib.cpp b/kweather/weatherlib.cpp
index 95e12b3..c628d77 100644
--- a/kweather/weatherlib.cpp
+++ b/kweather/weatherlib.cpp
@@ -196,7 +196,7 @@
 	{
 		d->downloading = true;
 		d->updated = false;
-		TQString u = "http://weather.noaa.gov/pub/data/observations/metar/stations/";
+		TQString u = "http://tgftp.nws.noaa.gov/data/observations/metar/stations/";
 		u += d->wi.reportLocation.upper().stripWhiteSpace();
 		u += ".TXT";