From 49984bf6d17dc9af811b4dea5f90dc1358d79a15 Mon Sep 17 00:00:00 2001 From: Wouter Kleijn <37488847+wouterkleijn@users.noreply.github.com> Date: Sat, 22 Sep 2018 09:29:59 +0200 Subject: [PATCH] Update MAKEME.md Link was not correct. Instead of linking to code formatting, it linked to naming conventions once more. --- Week1/MAKEME.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Week1/MAKEME.md b/Week1/MAKEME.md index a99ffc4e6..de11d584e 100644 --- a/Week1/MAKEME.md +++ b/Week1/MAKEME.md @@ -60,7 +60,7 @@ Go over your homework one last time: - Does every file start with `'use strict';`? - 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: @@ -98,4 +98,4 @@ it’s a great way to really practice JavaScript a lot in various problems. Please note, there are various challenges all sorted on difficultly called KIU. Kiu 8 is the easiest, Kiu 1 is the hardest, we expect you to do challenges around level 8, 7 maybe. -Enjoy! \ No newline at end of file +Enjoy!