From 515e6250f18da78ca442a51a02be72f0ffb8b08a Mon Sep 17 00:00:00 2001 From: Duong Le Date: Tue, 6 Oct 2020 00:12:44 +0700 Subject: [PATCH] docs(): Remove the link to non exist documentation --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31c2908fa..950097de5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -152,8 +152,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