Skip to content

Commit a647d32

Browse files
committed
Update URLs
1 parent 0d78d60 commit a647d32

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The `name` argument to `use_mit_license()` has been changed to `copyright_holder
293293

294294
## RStudio preferences
295295

296-
usethis is now fully cognizant of the [changes to RStudio preferences](https://blog.rstudio.com/2020/02/18/rstudio-1-3-preview-configuration/) in RStudio 1.3:
296+
usethis is now fully cognizant of the [changes to RStudio preferences](https://www.rstudio.com/blog/rstudio-1-3-preview-configuration/) in RStudio 1.3:
297297

298298
`edit_rstudio_snippets()` looks in the new location, and if you have snippets in the old location, will automatically copy them to the new location (#1204)
299299

R/create.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ create_project <- function(path,
109109
#' @description
110110
#' Creates a new local project and Git repository from a repo on GitHub, by
111111
#' either cloning or
112-
#' [fork-and-cloning](https://help.github.com/articles/fork-a-repo/). In the
112+
#' [fork-and-cloning](https://docs.github.com/articles/fork-a-repo). In the
113113
#' fork-and-clone case, `create_from_github()` also does additional remote and
114114
#' branch setup, leaving you in the perfect position to make a pull request with
115115
#' [pr_init()], one of several [functions that work pull

R/github_token.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' @description
44

55
#' A [personal access
6-
#' token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line)
6+
#' token](https://docs.github.com/articles/creating-a-personal-access-token-for-the-command-line)
77
#' (PAT) is needed for certain tasks usethis does via the GitHub API, such as
88
#' creating a repository, a fork, or a pull request. If you use HTTPS remotes,
99
#' your PAT is also used when interacting with GitHub as a conventional Git

man/create_from_github.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/github-token.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)