You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ New **NPM** releases are not tracked. We simply use the NPM version bundled in t
14
14
15
15
If you'd like to help us by submitting a PR for a version update, please do the following:
16
16
17
-
1.[Fork this project.](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
18
-
1.[Clone the forked repository.](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
17
+
1.[Fork this project.](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
18
+
1.[Clone the forked repository.](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
19
19
1. Create a branch for the update PR. For example, `git checkout main; git checkout -b version-update`.
20
20
1. Run `./update.sh`. You can see additional options by using accessing the built-in help documentation with `./update.sh -h`. This script will automatically update the appropriate files with the latest versions and checksums.
21
21
1. Commit the modified files to the `version-update` branch and push the branch to your fork.
22
-
1.[Create a PR to merge the branch from your fork into this project's default branch.](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork).
22
+
1.[Create a PR to merge the branch from your fork into this project's default branch.](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
0 commit comments