diff --git a/R/reprex-addin.R b/R/reprex-addin.R index 2c01c1f0..9a1044cf 100644 --- a/R/reprex-addin.R +++ b/R/reprex-addin.R @@ -10,8 +10,8 @@ #' @description `reprex_selection()` is an #' [addin](http://rstudio.github.io/rstudioaddins/) that reprexes the current #' selection, optionally customised by options. Appears as "Reprex selection" -#' in the RStudio Addins menu. Heavy users might want to [create a keyboard -#' shortcut](https://support.posit.co/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts). +#' in the RStudio Addins menu. Heavy users might want to create a keyboard +#' shortcut (`https://support.posit.co/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts`). #' Suggested shortcut: Cmd + Shift + R (macOS) or Ctrl + Shift + R (Windows). #' #' @export diff --git a/man/reprex_addin.Rd b/man/reprex_addin.Rd index 5cdaa1c9..fe2a8113 100644 --- a/man/reprex_addin.Rd +++ b/man/reprex_addin.Rd @@ -47,6 +47,7 @@ reprex" in the RStudio Addins menu. \code{reprex_selection()} is an \href{http://rstudio.github.io/rstudioaddins/}{addin} that reprexes the current selection, optionally customised by options. Appears as "Reprex selection" -in the RStudio Addins menu. Heavy users might want to \href{https://support.posit.co/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts}{create a keyboard shortcut}. +in the RStudio Addins menu. Heavy users might want to create a keyboard +shortcut (\verb{https://support.posit.co/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts}). Suggested shortcut: Cmd + Shift + R (macOS) or Ctrl + Shift + R (Windows). }