From 1eeeaebe659d0e3be143f52695d342b042241f59 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 9 Jun 2024 16:32:36 -0700 Subject: [PATCH] doc(CONTRIBUTING): remove dead link, update broken link (#526) fixes #492 --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 366118dc..06591839 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,6 @@ The `c8` project welcomes all contributions from anyone willing to work in good ## Issues - You can open [issues here](https://github.com/bcoe/c8/issues), please follow the template guide. -- You can join the `node-tooling/c8` channel, [follow this link](https://devtoolscommunity.herokuapp.com/) to request for an invite. ## Pull Requests @@ -62,4 +61,4 @@ Pull Requests are the way concrete changes are made to the code, documentation, ## Note -This guide is adapted from the [Node.js project](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#dependencies), check it out for more details. +This guide is adapted from the [Node.js project](https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md), check it out for more details.