]> gitweb.factorcode.org Git - factor.git/commitdiff
metar: whoops, fix taf url.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 7 Sep 2016 01:13:59 +0000 (18:13 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 7 Sep 2016 01:13:59 +0000 (18:13 -0700)
extra/metar/metar.factor

index 3a9598abd9fcc48f17fea2fbc613b05a4feae164..e9522bd0bb8f30a6f098fa09a7c7cbe19f1d5962 100644 (file)
@@ -718,7 +718,7 @@ GENERIC: taf ( station -- taf )
 M: station taf cccc>> taf ;
 
 M: string taf
-    "http://tgftp.nws.noaa.gov/data/forecasts/stations/%s.TXT"
+    "http://tgftp.nws.noaa.gov/data/forecasts/taf/stations/%s.TXT"
     sprintf http-get nip ;
 
 GENERIC: taf. ( station -- )