Skip to content

Commit

Permalink
Adds link to cli vignette on transition from ui_*() (#2047)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
cynthiahqy committed Aug 23, 2024
1 parent 9aa221b commit 27f7350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ui-legacy.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#'
Expand Down

0 comments on commit 27f7350

Please sign in to comment.