From 6803859e4208bb5e21737a0a1c6e969151691b38 Mon Sep 17 00:00:00 2001 From: Pawel Cwiek Date: Thu, 4 Nov 2021 21:03:57 +0100 Subject: [PATCH] link correction --- R/metar_location.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/metar_location.R b/R/metar_location.R index ea796fa..84c29d7 100644 --- a/R/metar_location.R +++ b/R/metar_location.R @@ -5,7 +5,7 @@ #' ICAO, International Civil Aviation Organization, airport code. Two source of #' information about airports are used. First the function search in the list of #' airports available at -#' [https://ourairports.com/data/airports.csv](https://ourairports.com/data/airports.csv) +#' [https://ourairports.com/data](https://ourairports.com/data) #' created by David Megginson. #' If an airport cannot be found there, the second list of airports is searched, from #' [https://www.aviationweather.gov/docs/metar/stations.txt](https://www.aviationweather.gov/docs/metar/stations.txt) @@ -79,7 +79,7 @@ metar_location <- function(x = "EPWA") { } message("Getting airport informaiton from the file downloaded from") - message("https://ourairports.com/data/airports.csv") + message("https://ourairports.com/data") message("created by David Megginson") # check if x is a data frame if(is.data.frame(x)){