Skip to content

Commit c1b4336

Browse files
committed
Update redirected urls from urlchecker::url_check()
1 parent dfa57a4 commit c1b4336

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

NEWS.md

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

474474
## RStudio preferences
475475

476-
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:
476+
usethis is now fully cognizant of the [changes to RStudio preferences](https://posit.co/blog/rstudio-1-3-preview-configuration/) in RStudio 1.3:
477477

478478
`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)
479479

R/course.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ use_zip <- function(url,
137137
#' ## DropBox
138138
#'
139139
#' To make a folder available for ZIP download, create a shared link for it:
140-
#' * <https://help.dropbox.com/files-folders/share/view-only-access>
140+
#' * <https://help.dropbox.com/share/create-and-share-link>
141141
#'
142142
#' A shared link will have this form:
143143
#' ```
@@ -152,8 +152,8 @@ use_zip <- function(url,
152152
#' This download link (or a shortlink that points to it) is suitable as input
153153
#' for `tidy_download()`. After one or more redirections, this link will
154154
#' eventually lead to a download URL. For more details, see
155-
#' <https://help.dropbox.com/files-folders/share/force-download> and
156-
#' <https://help.dropbox.com/installs-integrations/sync-uploads/download-entire-folders>.
155+
#' <https://help.dropbox.com/share/force-download> and
156+
#' <https://help.dropbox.com/sync/download-entire-folders>.
157157
#'
158158
#' ## GitHub
159159
#'

R/create.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#' @param roxygen Do you plan to use roxygen2 to document your package?
1616
#' @param rstudio If `TRUE`, calls [use_rstudio()] to make the new package or
1717
#' project into an [RStudio
18-
#' Project](https://support.rstudio.com/hc/en-us/articles/200526207-Using-Projects).
18+
#' Project](https://support.posit.co/hc/en-us/articles/200526207-Using-Projects).
1919
#' If `FALSE` and a non-package project, a sentinel `.here` file is placed so
2020
#' that the directory can be recognized as a project by the
2121
#' [here](https://here.r-lib.org) or
@@ -159,7 +159,7 @@ create_project <- function(path,
159159
#' "https://github.acme.com/api/v3" or "https://github.acme.com" is
160160
#' acceptable.
161161
#' @param rstudio Initiate an [RStudio
162-
#' Project](https://support.rstudio.com/hc/en-us/articles/200526207-Using-Projects)?
162+
#' Project](https://support.posit.co/hc/en-us/articles/200526207-Using-Projects)?
163163
#' Defaults to `TRUE` if in an RStudio session and project has no
164164
#' pre-existing `.Rproj` file. Defaults to `FALSE` otherwise (but note that
165165
#' the cloned repo may already be an RStudio Project, i.e. may already have a

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/create_package.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/use_course_details.Rd

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

0 commit comments

Comments
 (0)