From b582b6763b867c28c661d75226307e6ef0e3e906 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:54:41 -0400 Subject: [PATCH] Update link --- R/standalone-linked-version.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/standalone-linked-version.R b/R/standalone-linked-version.R index 364518d44..51b5f3306 100644 --- a/R/standalone-linked-version.R +++ b/R/standalone-linked-version.R @@ -1,7 +1,7 @@ # --- # repo: r-lib/rlang # file: standalone-linked-version.R -# last-updated: 2022-05-26 +# last-updated: 2024-07-11 # license: https://unlicense.org # imports: rlang (>= 1.0.0) # --- @@ -16,7 +16,7 @@ check_linked_version <- local({ os <- tolower(Sys.info()[["sysname"]]) if (os == "windows") { - url <- "https://github.com/jennybc/what-they-forgot/issues/62" + url <- "https://github.com/rstats-wtf/what-they-forgot/issues/62" c( i = sprintf("Please update %s to the latest version.", pkg), i = sprintf("Updating packages on Windows requires precautions:\n <%s>", url)