From 0db8a17a5ee57efce5deb7121333e70ecb0363ff Mon Sep 17 00:00:00 2001 From: "M.J Birakdar" Date: Fri, 17 Aug 2018 01:18:29 +0200 Subject: [PATCH] Update code formating link --- Week1/MAKEME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week1/MAKEME.md b/Week1/MAKEME.md index 374fe7137..3b16b111c 100644 --- a/Week1/MAKEME.md +++ b/Week1/MAKEME.md @@ -200,7 +200,7 @@ It should include the following components: - Have you removed all commented out code (should never be present in a PR)? - Have you used `const` and `let` and avoided `var`? - Do the variable, function and argument names you created follow the [Naming Conventions](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)? -- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md))? +- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/code_formatting.md))? - Have you resolved all issues flagged by ESLint and the spell checker (no wavy red and green underlines in VSCode)? If the answer is 'yes' to all preceding questions you are ready to follow these instructions: