diff --git a/R/data.R b/R/data.R index 09b36e8..0cbf3a7 100644 --- a/R/data.R +++ b/R/data.R @@ -19,7 +19,7 @@ download_ottr_template <- function(dir = "inst/extdata", type = "rmd") { url <- switch(type, rmd = "https://github.com/jhudsl/OTTR_Template/archive/refs/heads/main.zip", - quarto = "https://github.com/fhdsl/ottr/archive/refs/heads/main.zip", + quarto = "https://github.com/fhdsl/OTTR_Quarto/archive/refs/heads/main.zip", rmd_website = "https://github.com/jhudsl/OTTR_Template_Website/archive/refs/heads/main.zip", quarto_website = "https://github.com/fhdsl/OTTR_Quarto_Website/archive/refs/heads/main.zip" )