docs: Update stale URLs across the package - #444
Merged
Merged
Conversation
Applies the intent of #286 (joyent/libuv -> libuv/libuv) to the rest of the package: - R/httpuv-package.R, man/httpuv-package.Rd: joyent/libuv -> libuv/libuv - README.md: dead rstudio.com prerequisites doc -> Posit support article - CONTRIBUTING.md: help.github.com -> docs.github.com - R/random_port.R: superuser.com http -> https - tests: httpstatuses.com (406) -> httpstatuses.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies the intent of #286 to the whole R package.
#286 updates one README link from
joyent/libuvtolibuv/libuv. That link is already fixed onmain's README, but the same stale URL still lives in the R docs. I swept every URL in the non-vendored files (src/libuv/andsrc/http-parser/excluded) and fixed the ones that are dead or redirect:R/httpuv-package.R,man/httpuv-package.Rdgithub.com/joyent/libuvgithub.com/libuv/libuvREADME.mdhttp://www.rstudio.com/ide/docs/packages/prerequisitesCONTRIBUTING.mdhelp.github.com/articles/using-pull-requestsdocs.github.com/en/pull-requests/reference/pull-requestsR/random_port.Rhttp://superuser.com/...https://superuser.com/...tests/testthat/test-static-paths.Rhttpstatuses.com/304(406)httpstatuses.io/304Note on #286's premise:
github.com/joyent/libuvisn't actually dead — it's an archived repo that returns 200 and does not redirect. The change is still right (point at the canonical, maintained repo), just not for the stated reason.Skipped:
.github/CODE_OF_CONDUCT.md(vendored Contributor Covenant boilerplate; only trailing-slash redirects) and everything undersrc/libuv//src/http-parser/(upstream vendored code).Docs/comments only — no code behavior changes.