From 0403c3b0e016d62ee7cadd557c9ab9c377f69dd8 Mon Sep 17 00:00:00 2001 From: cynthiahqy <29718979+cynthiahqy@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:53:33 -0700 Subject: [PATCH] Adds link to cli vignette on transition from ui_*() Replaces "(LINK TO COME)" text in ui-legacy.R roxygen --- R/ui-legacy.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R/ui-legacy.R b/R/ui-legacy.R index 92473119e..a20521b18 100644 --- a/R/ui-legacy.R +++ b/R/ui-legacy.R @@ -13,8 +13,7 @@ #' #' 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 [here](https://cli.r-lib.org/articles/usethis-ui.html) #' @details #'