From 27f735068815f93d7dadea3d7146ff81426e5661 Mon Sep 17 00:00:00 2001 From: Cynthia Huang <29718979+cynthiahqy@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:18:30 -0700 Subject: [PATCH] Adds link to cli vignette on transition from ui_*() (#2047) * Adds link to cli vignette on transition from ui_*() Replaces "(LINK TO COME)" text in ui-legacy.R roxygen * Add link to cli conversion article in ui_* docs --- R/ui-legacy.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/ui-legacy.R b/R/ui-legacy.R index 92473119e..420a57037 100644 --- a/R/ui-legacy.R +++ b/R/ui-legacy.R @@ -13,8 +13,8 @@ #' #' usethis itself now uses cli internally for its UI, but these new functions #' are not exported and presumably never will be. There is a developer-focused -#' article on the process of transitioning usethis's own UI to use cli (LINK -#' TO COME). +#' article on the process of transitioning usethis's own UI to use cli: +#' [Converting usethis's UI to use cli](https://usethis.r-lib.org/articles/ui-cli-conversion.html) #' @details #'