Skip to content

Commit cb29003

Browse files
committed
Fix svglite URL
1 parent 8b023f0 commit cb29003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/svg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ make_testcase_file <- function(fig_name) {
1414
#' Default SVG writer
1515
#'
1616
#' This is the default SVG writer for vdiffr test cases. It uses
17-
#' embedded versions of [svglite](http://r-lib.github.io/svglite/),
17+
#' embedded versions of [svglite](https://svglite.r-lib.org),
1818
#' [harfbuzz](https://harfbuzz.github.io/), and the Liberation and
1919
#' Symbola fonts in order to create deterministic SVGs.
2020
#'

man/write_svg.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)