Skip to content

Commit 4113acd

Browse files
committed
chore: Update master -> main
1 parent 7f7d61c commit 4113acd

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ If you'd like to help us by submitting a PR for a version update, please do the
1616

1717
1. [Fork this project.](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
1818
1. [Clone the forked repository.](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
19-
1. Create a branch for the update PR. For example, `git checkout master; git checkout -b version-update`.
19+
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 master 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://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork).
2323

2424
## Adding dependencies to the base images
2525

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ repository.
213213
## License
214214

215215
[License information](https://github.com/nodejs/node/blob/master/LICENSE) for
216-
the software contained in this image. [License
217-
information](https://github.com/nodejs/docker-node/blob/master/LICENSE) for the
216+
the software contained in this image. [License information](LICENSE) for the
218217
Node.js Docker project.
219218

220219
## Supported Docker versions
@@ -234,7 +233,7 @@ This project will support Node.js versions as still under active support as per
234233
## Governance and Current Members
235234

236235
The Node.js Docker Image is governed by the Docker Working Group. See
237-
[GOVERNANCE.md](https://github.com/nodejs/docker-node/blob/master/GOVERNANCE.md)
236+
[GOVERNANCE.md](GOVERNANCE.md)
238237
to learn more about the group's structure and [CONTRIBUTING.md](CONTRIBUTING.md) for guidance
239238
about the expectations for all contributors to this project.
240239

0 commit comments

Comments
 (0)