Skip to content

Commit

Permalink
Qualify url so the link works in rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Nov 26, 2024
1 parent dd777ee commit 7a6ffe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build-quarto-articles.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build_quarto_articles <- function(pkg = ".", article = NULL, quiet = TRUE) {
if (pkg$bs_version < 5) {
cli::cli_abort(c(
"Quarto articles require Bootstrap 5.",
"i" = "See details at {.url pkgdown.r-lib.org/articles/customise.html#getting-started}"),
"i" = "See details at {.url https://pkgdown.r-lib.org/articles/customise.html#getting-started}"),
call = NULL
)
}
Expand Down

0 comments on commit 7a6ffe4

Please sign in to comment.