From 1902b926b87b122822e7118885d8a2bf8ed86dd3 Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Tue, 9 Jul 2024 15:15:45 +0100 Subject: [PATCH] Remove dev/ from URL in print.multi_epidist() Co-authored-by: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com> --- R/print.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/print.R b/R/print.R index e2ca1edac..8cf60c587 100644 --- a/R/print.R +++ b/R/print.R @@ -80,8 +80,8 @@ print.multi_epidist <- function(x, ..., n = NULL) { " Use `parameter_tbl()` to see a summary table of the parameters.\n", "# ", cli::symbol$info, " Explore database online at: ", cli::style_hyperlink( - text = "https://epiverse-trace.github.io/epiparameter/dev/articles/database.html", # nolint line_length_linter - url = "https://epiverse-trace.github.io/epiparameter/dev/articles/database.html" # nolint line_length_linter + text = "https://epiverse-trace.github.io/epiparameter/articles/database.html", # nolint line_length_linter + url = "https://epiverse-trace.github.io/epiparameter/articles/database.html" # nolint line_length_linter ) ) )