From 588f2910fe78d06458b802f72ce1a260a7e80a3d Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Wed, 22 Jun 2022 15:34:00 -0700 Subject: [PATCH] Remove redundant link --- remote-setups-common.Rmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/remote-setups-common.Rmd b/remote-setups-common.Rmd index 7abf031..9c5dfa6 100644 --- a/remote-setups-common.Rmd +++ b/remote-setups-common.Rmd @@ -77,8 +77,7 @@ How to achieve if the remote repo exists first: * With usethis: `usethis::create_from_github("OWNER/REPO", fork = FALSE)` * Command line: `git clone `, with the source repo's HTTPS or SSH URL * In RStudio: Capture the source repo's HTTPS or SSH URL and do - *File > New Project > Version Control > Git*, described more fully in - [New RStudio Project via git clone](#new-rstudio-project-via-git) + *File > New Project > Version Control > Git*. usethis describes this setup as "ours".