From c666282c812d6dc18e97b419b152dd6ad98c802c Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Thu, 25 Mar 2021 10:21:35 +0000 Subject: [PATCH] Remove link to nodeguide.com It appears nodeguide.com domain has been taken over by domain squatters and the style.html page appears to push a questionable PDF download. --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5f08e8b1..299d2711c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Want to contribute to forge? Great! Here are a few notes: Code ---- -* In general, follow the current code style or the [Node.js Style Guide][]. +* In general, follow the current code style. * Read the [contributing](./README.md#contributing) notes. * Ensure [tests pass](./README.md#testing). @@ -15,5 +15,4 @@ Release Process Maintainers should refer to the [release instructions](./RELEASE.md). -[Node.js Style Guide]: http://nodeguide.com/style.html [Semantic Versioning]: http://semver.org/