Skip to content

Commit 27f7350

Browse files
authored
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
1 parent 9aa221b commit 27f7350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/ui-legacy.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#'
1414
#' usethis itself now uses cli internally for its UI, but these new functions
1515
#' are not exported and presumably never will be. There is a developer-focused
16-
#' article on the process of transitioning usethis's own UI to use cli (LINK
17-
#' TO COME).
16+
#' article on the process of transitioning usethis's own UI to use cli:
17+
#' [Converting usethis's UI to use cli](https://usethis.r-lib.org/articles/ui-cli-conversion.html)
1818

1919
#' @details
2020
#'

0 commit comments

Comments
 (0)