diff --git a/R/reprex-addin.R b/R/reprex-addin.R index 7243d4e9..2c01c1f0 100644 --- a/R/reprex-addin.R +++ b/R/reprex-addin.R @@ -11,7 +11,7 @@ #' [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.rstudio.com/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts). +#' 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/README.md b/README.md index bd59f9b2..0fc54895 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ Prepare reprexes for posting to [GitHub issues](https://docs.github.com/issues/tracking-your-work-with-issues/about-issues), [StackOverflow](https://stackoverflow.com/questions/tagged/r), in Slack [messages](https://slack.com/intl/en-ca/help/articles/201457107-Send-and-read-messages) or [snippets](https://slack.com/intl/en-ca/help/articles/204145658-Create-a-snippet), or even to paste into PowerPoint or Keynote slides. What is a `reprex`? It’s a **repr**oducible **ex**ample, as coined by -[Romain -Francois](https://twitter.com/romain_francois/status/530011023743655936). +Romain Francois in a tweet from 2014. diff --git a/man/reprex-package.Rd b/man/reprex-package.Rd index d2cf0a09..aace6b40 100644 --- a/man/reprex-package.Rd +++ b/man/reprex-package.Rd @@ -13,7 +13,7 @@ Convenience wrapper that uses the 'rmarkdown' package to render small snippets o Useful links: \itemize{ \item \url{https://reprex.tidyverse.org} - \item \url{https://github.com/tidyverse/reprex#readme} + \item \url{https://github.com/tidyverse/reprex} \item Report bugs at \url{https://github.com/tidyverse/reprex/issues} } diff --git a/man/reprex_addin.Rd b/man/reprex_addin.Rd index 0306b512..5cdaa1c9 100644 --- a/man/reprex_addin.Rd +++ b/man/reprex_addin.Rd @@ -47,6 +47,6 @@ 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.rstudio.com/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts}{create a keyboard shortcut}. +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}. Suggested shortcut: Cmd + Shift + R (macOS) or Ctrl + Shift + R (Windows). }