From 93642f27d9a3ea157de9caab83757cc94c4e4b69 Mon Sep 17 00:00:00 2001 From: Nikolai Onken Date: Tue, 22 Mar 2016 17:00:29 +0100 Subject: [PATCH] Update CODING_STANDARDS.md --- docs/CODING_STANDARDS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CODING_STANDARDS.md b/docs/CODING_STANDARDS.md index 987a7a6b..de0b82bf 100644 --- a/docs/CODING_STANDARDS.md +++ b/docs/CODING_STANDARDS.md @@ -12,7 +12,7 @@ Goals Base ---- -* [http://nodeguide.com/style.html]([http://nodeguide.com/style.html) +* [http://nodeguide.com/sGtyle.html]([http://nodeguide.com/style.html) * [https://github.com/ajaxorg/apf/blob/master/CODING_STANDARDS](https://github.com/ajaxorg/apf/blob/master/CODING_STANDARDS) @@ -708,7 +708,7 @@ Checking for branch naming consistency is part of the review process and the tea Use “all-” in case of doubt. E.g., https://github.com/c9/newclient/pull/12962/files affects redis schema code. -Generally releasing changes affecting several services is a smell so this can help you identify possible issues. +Generally, releasing changes affecting several services is a smell so this can help you identify possible issues. Other Resources ===============