Skip to content

Commit 84755fd

Browse files
Merge pull request #1739 from PeterDaveHello/update-docs
2 parents c53a044 + 07c284e commit 84755fd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ New **NPM** releases are not tracked. We simply use the NPM version bundled in t
1414

1515
If you'd like to help us by submitting a PR for a version update, please do the following:
1616

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)
1919
1. Create a branch for the update PR. For example, `git checkout main; git checkout -b version-update`.
2020
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.
2121
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).
2323

2424
## Adding dependencies to the base images
2525

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,13 @@ image as a base, add the things you need in your own Dockerfile
193193
examples of how to install packages if you are unfamiliar).
194194

195195
### `node:buster`
196+
196197
This image is based on version 10 of
197198
[Debian](http://debian.org), available in
198199
[the `debian` official image](https://hub.docker.com/_/debian).
199200

200201
### `node:stretch`
202+
201203
This image is based on version 9 of
202204
[Debian](http://debian.org), available in
203205
[the `debian` official image](https://hub.docker.com/_/debian).

0 commit comments

Comments
 (0)