Skip to content

Commit 46af567

Browse files
mhdawsontargos
authored andcommitted
doc: change links to use HEAD in top level docs
Change the top level docs to use HEAD in links Signed-off-by: Michael Dawson <[email protected]> PR-URL: #37494 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 3b737e6 commit 46af567

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ packages:
613613

614614
To install Node.js prerequisites using
615615
[Boxstarter WebLauncher](https://boxstarter.org/WebLauncher), open
616-
<https://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter>
616+
<https://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter>
617617
with Internet Explorer or Edge browser on the target machine.
618618

619619
Alternatively, you can use PowerShell. Run those commands from an elevated
@@ -623,7 +623,7 @@ PowerShell terminal:
623623
Set-ExecutionPolicy Unrestricted -Force
624624
iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1'))
625625
get-boxstarter -Force
626-
Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter -DisableReboots
626+
Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter -DisableReboots
627627
```
628628

629629
The entire installation using Boxstarter will take up approximately 10 GB of

CODE_OF_CONDUCT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Code of Conduct
22

3-
* [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md)
4-
* [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/master/Moderation-Policy.md)
3+
* [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md)
4+
* [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/HEAD/Moderation-Policy.md)

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## [Code of Conduct](./doc/guides/contributing/code-of-conduct.md)
99

1010
The Node.js project has a
11-
[Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md)
11+
[Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md)
1212
to which all contributors must adhere.
1313

1414
See [details on our policy on Code of Conduct](./doc/guides/contributing/code-of-conduct.md).

onboarding.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The project has two venues for real-time discussion:
114114
organization (not just Collaborators on Node.js core) have access. Its
115115
contents should not be shared externally.
116116
* You can find the full moderation policy
117-
[here](https://github.com/nodejs/admin/blob/master/Moderation-Policy.md).
117+
[here](https://github.com/nodejs/admin/blob/HEAD/Moderation-Policy.md).
118118

119119
## Reviewing PRs
120120

@@ -247,12 +247,12 @@ needs to be pointed out separately during the onboarding.
247247
including accommodations, transportation, visa fees, etc. if needed. Check out
248248
the [summit](https://github.com/nodejs/summit) repository for details.
249249

250-
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
250+
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
251251
[Landing Pull Requests]: doc/guides/collaborator-guide.md#landing-pull-requests
252252
[Publicizing or hiding organization membership]: https://help.github.com/articles/publicizing-or-hiding-organization-membership/
253253
[`author-ready`]: doc/guides/collaborator-guide.md#author-ready-pull-requests
254254
[`core-validate-commit`]: https://github.com/nodejs/core-validate-commit
255-
[`git-node`]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md
255+
[`git-node`]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md
256256
[`node-core-utils`]: https://github.com/nodejs/node-core-utils
257257
[set up the credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials
258258
[two-factor authentication]: https://help.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/

0 commit comments

Comments
 (0)