Skip to content

Commit

Permalink
qualify vignette names
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed May 29, 2024
1 parent edc41f4 commit f3829b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/check-built.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ check_missing_images <- function(pkg, src_path, dst_path) {
cli::cli_inform(c(
x = "Missing alt-text in {.file {path_rel(src_path, pkg$src_path)}}",
set_names(problems, "*"),
i = "Learn more in {.vignette accessibility}."
i = "Learn more in {.vignette pkgdown::accessibility}."
))
}
}
2 changes: 1 addition & 1 deletion R/navbar-menu.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ navbar_html_text <- function(x) {
c(
x = "Icon {.str {x$icon}} lacks an {.var aria-label}.",
i = "Specify {.var aria-label} to make the icon accessible to screen readers.",
i = "Learn more in {.vignette accessibility}."
i = "Learn more in {.vignette pkgdown::accessibility}."
),
.frequency = "regularly",
.frequency_id = "icon-aria-label"
Expand Down

0 comments on commit f3829b7

Please sign in to comment.