From 4ae8b7150c551e400caa2c90745c15708e923783 Mon Sep 17 00:00:00 2001 From: Carlos Delgado Date: Mon, 23 Aug 2021 20:37:35 -0400 Subject: [PATCH] docs: remove missing link from contributing.md remove the link referencing missing developer.md file resolves #1300 --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index efec34439..95778a0d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,8 +127,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo // We're working on auto-documentation. * All public API methods **must be documented**. (Details TBC). --> * We follow [Google's JavaScript Style Guide][js-style-guide], but wrap all code at - **100 characters**. An automated formatter is available, see - [DEVELOPER.md](docs/DEVELOPER.md#clang-format). + **100 characters**. An automated formatter is available ( `npm run format` ). ## Commit Message Guidelines @@ -217,7 +216,6 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise [commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit# [corporate-cla]: http://code.google.com/legal/corporate-cla-v1.0.html -[dev-doc]: https://github.com/nestjs/nest/blob/master/docs/DEVELOPER.md [github]: https://github.com/nestjs/nest [gitter]: https://gitter.im/nestjs/nest [individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html