Skip to content

Commit d644ce4

Browse files
authored
docs: update applicable GitHub links from master to main (#2843)
Signed-off-by: David Sanders <[email protected]>
1 parent 4a50fe3 commit d644ce4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ provide the basic information we require.
1313
1414
-->
1515

16-
Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using the instructions at https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md and try your command again.
16+
Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using the instructions at https://github.com/nodejs/node-gyp/blob/main/docs/Updating-npm-bundled-node-gyp.md and try your command again.
1717

1818
Requests for help with [`node-sass` are very common](https://github.com/nodejs/node-gyp/issues?q=label%3A%22Node+Sass+--%3E+Dart+Sass%22). Please be aware that this package is deprecated, you should seek alternatives and avoid opening new issues about it here.
1919

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Thank you for your pull request. Please review the below requirements.
33
4-
Contributor guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
4+
Contributor guide: https://github.com/nodejs/node/blob/main/CONTRIBUTING.md
55
-->
66

77
##### Checklist

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Code of Conduct
44

55
Please read the
6-
[Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md)
6+
[Code of Conduct](https://github.com/nodejs/admin/blob/main/CODE_OF_CONDUCT.md)
77
which explains the minimum behavior expectations for node-gyp contributors.
88

99
<a id="developers-certificate-of-origin"></a>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `node-gyp` - Node.js native addon build tool
22

3-
[![Build Status](https://github.com/nodejs/node-gyp/workflows/Tests/badge.svg?branch=master)](https://github.com/nodejs/node-gyp/actions?query=workflow%3ATests+branch%3Amaster)
3+
[![Build Status](https://github.com/nodejs/node-gyp/workflows/Tests/badge.svg?branch=main)](https://github.com/nodejs/node-gyp/actions?query=workflow%3ATests+branch%3Amain)
44
![npm](https://img.shields.io/npm/dm/node-gyp)
55

66
`node-gyp` is a cross-platform command-line tool written in Node.js for
@@ -172,7 +172,7 @@ The **[docs](./docs/)** directory contains additional documentation on specific
172172
Some additional resources for Node.js native addons and writing `gyp` configuration files:
173173

174174
* ["Going Native" a nodeschool.io tutorial](http://nodeschool.io/#goingnative)
175-
* ["Hello World" node addon example](https://github.com/nodejs/node/tree/master/test/addons/hello-world)
175+
* ["Hello World" node addon example](https://github.com/nodejs/node/tree/main/test/addons/hello-world)
176176
* [gyp user documentation](https://gyp.gsrc.io/docs/UserDocumentation.md)
177177
* [gyp input format reference](https://gyp.gsrc.io/docs/InputFormatReference.md)
178178
* [*"binding.gyp" files out in the wild* wiki page](./docs/binding.gyp-files-in-the-wild.md)

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Versions of `node-gyp` that are earlier than v9.x.x
22

3-
Please look thru your error log for the string `gyp info using node-gyp@` and if that version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using [these instructions](https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md) and then try your command again.
3+
Please look thru your error log for the string `gyp info using node-gyp@` and if that version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using [these instructions](https://github.com/nodejs/node-gyp/blob/main/docs/Updating-npm-bundled-node-gyp.md) and then try your command again.
44

55
## `node-sass` is deprecated
66

0 commit comments

Comments
 (0)