From 33ed9f348954126f2a274363fe145fbfa3d71dd6 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 25 Jun 2024 09:58:19 -0400 Subject: [PATCH] Fix link --- R/data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )