diff options
author | Myles Borins <mylesborins@google.com> | 2017-10-23 19:37:43 -0400 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2017-11-28 10:45:24 +0900 |
commit | 645cd19b584f8c6d1c9d75a40724cc2dd498fc74 (patch) | |
tree | 7d7d5dafd34e07d8bb62bd53c01a3ca17cdd17d5 /CONTRIBUTING.md | |
parent | cd625e065838e744c988112498676f49b64e86b6 (diff) | |
download | node-new-645cd19b584f8c6d1c9d75a40724cc2dd498fc74.tar.gz |
doc: move Code of Conduct to admin repo
The CoC and moderation guidelines now live in the Admin repo.
This PR updates the copy of CODE_OF_CONDUCT.md and references in
other documents to the proper location.
PR-URL: https://github.com/nodejs/node/pull/17301
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 633b28e3b3..9cd14793ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -862,7 +862,7 @@ By making a contribution to this project, I certify that: [benchmark results]: ./doc/guides/writing-and-running-benchmarks.md [Building guide]: ./BUILDING.md [CI (Continuous Integration) test run]: #ci-testing -[Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md +[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md [https://ci.nodejs.org/]: https://ci.nodejs.org/ [IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4 [Node.js help repository]: https://github.com/nodejs/help/issues |