From 9b777f10142861131b84c2173e96d7caec284ea5 Mon Sep 17 00:00:00 2001 From: MartinSchobben Date: Sat, 14 Oct 2023 16:07:08 +0200 Subject: [PATCH] fix links --- R/NOAA_app.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/NOAA_app.R b/R/NOAA_app.R index fbcf35e..6636f0b 100644 --- a/R/NOAA_app.R +++ b/R/NOAA_app.R @@ -41,7 +41,7 @@ NOAA_app <- function(cache = FALSE) { paste0( "R package: ", a( - href = "https://github.com/UtrechtUniversity/oceanexplorer", + href = "https://github.com/martinschobben/oceanexplorer", "install.packages('oceanexplorer')" ) ) @@ -51,8 +51,8 @@ NOAA_app <- function(cache = FALSE) { paste0( "See the website for more help: ", a( - href = "https://utrechtuniversity.github.io/oceanexplorer/", - "utrechtuniversity.github.io/oceanexplorer" + href = "https://martinschobben.github.io/oceanexplorer/", + "martinschobben.github.io/oceanexplorer" ) ) ),