From 2cc9e5a4e5e3034399fafb65d871eec352d83a15 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Fri, 23 Aug 2024 16:20:29 -0700 Subject: [PATCH] Add period and re-document() --- R/ui-legacy.R | 2 +- man/ui-legacy-functions.Rd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/ui-legacy.R b/R/ui-legacy.R index 420a57037..58edd5eca 100644 --- a/R/ui-legacy.R +++ b/R/ui-legacy.R @@ -14,7 +14,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: -#' [Converting usethis's UI to use cli](https://usethis.r-lib.org/articles/ui-cli-conversion.html) +#' [Converting usethis's UI to use cli](https://usethis.r-lib.org/articles/ui-cli-conversion.html). #' @details #' diff --git a/man/ui-legacy-functions.Rd b/man/ui-legacy-functions.Rd index 1a1976122..d1df6d888 100644 --- a/man/ui-legacy-functions.Rd +++ b/man/ui-legacy-functions.Rd @@ -75,8 +75,8 @@ make this transition: \code{vignette("usethis-ui", package = "cli")}. 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: +\href{https://usethis.r-lib.org/articles/ui-cli-conversion.html}{Converting usethis's UI to use cli}. } \details{ The \code{ui_} functions can be broken down into four main categories: