diff --git a/R/edit.R b/R/edit.R index 203c6450e..e85412c79 100644 --- a/R/edit.R +++ b/R/edit.R @@ -87,7 +87,7 @@ choose_template <- function() { #' * `edit_pkgdown_config` opens the pkgdown YAML configuration file for the #' current Project. #' * `edit_rstudio_snippets()` opens RStudio's snippet config for the given type. -#' * `edit_rstudio_prefs()` opens RStudio's preference file. +#' * `edit_rstudio_prefs()` opens [RStudio's preference file][use_rstudio_preferences()]. #' #' The `edit_r_*()` functions consult R's notion of user's home directory. #' The `edit_git_*()` functions (and \pkg{usethis} in general) inherit home diff --git a/man/edit.Rd b/man/edit.Rd index 43fb62483..24c72e48b 100644 --- a/man/edit.Rd +++ b/man/edit.Rd @@ -54,7 +54,7 @@ its path is declared in your global Git config. \item \code{edit_pkgdown_config} opens the pkgdown YAML configuration file for the current Project. \item \code{edit_rstudio_snippets()} opens RStudio's snippet config for the given type. -\item \code{edit_rstudio_prefs()} opens RStudio's preference file. +\item \code{edit_rstudio_prefs()} opens \link[=use_rstudio_preferences]{RStudio's preference file}. } } \details{