Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Oct 14, 2023
1 parent 1298fb4 commit 9b777f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/NOAA_app.R
Expand Up @@ -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')"
)
)
Expand All @@ -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"
)
)
),
Expand Down

0 comments on commit 9b777f1

Please sign in to comment.