Skip to content

Commit 1c78799

Browse files
committed
Update another URL
1 parent e557b07 commit 1c78799

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

R/create.R

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,12 @@ create_project <- function(path,
106106

107107
#' Create a project from a GitHub repo
108108
#'
109-
#' @description
110-
#' Creates a new local project and Git repository from a repo on GitHub, by
111-
#' either cloning or
112-
#' [fork-and-cloning](https://docs.github.com/articles/fork-a-repo). In the
113-
#' fork-and-clone case, `create_from_github()` also does additional remote and
114-
#' branch setup, leaving you in the perfect position to make a pull request with
115-
#' [pr_init()], one of several [functions that work pull
109+
#' @description Creates a new local project and Git repository from a repo on
110+
#' GitHub, by either cloning or
111+
#' [fork-and-cloning](https://docs.github.com/en/get-started/quickstart/fork-a-repo).
112+
#' In the fork-and-clone case, `create_from_github()` also does additional
113+
#' remote and branch setup, leaving you in the perfect position to make a pull
114+
#' request with [pr_init()], one of several [functions that work pull
116115
#' requests][pull-requests].
117116
#'
118117
#' `create_from_github()` works best when your GitHub credentials are

man/create_from_github.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)