summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Dawson <mdawson@devrus.com>2021-02-23 14:59:24 -0500
committerRich Trott <rtrott@gmail.com>2021-02-27 12:03:22 -0800
commit7a4c2c8d86031b986e8a514d5c64b42d8a6b1806 (patch)
treee13ae6c7008bda3c1f05bbfd18fdbad66a702b96 /CONTRIBUTING.md
parent0486cb86cd7f5e99caf3e249fda7013420c2b32f (diff)
downloadnode-new-7a4c2c8d86031b986e8a514d5c64b42d8a6b1806.tar.gz
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 <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/37494 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8f75199a52..30db8cf9b1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,7 @@
## [Code of Conduct](./doc/guides/contributing/code-of-conduct.md)
The Node.js project has a
-[Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md)
+[Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md)
to which all contributors must adhere.
See [details on our policy on Code of Conduct](./doc/guides/contributing/code-of-conduct.md).