Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0db8a17

Browse files
author
M.J Birakdar
authored
Update code formating link
1 parent 41d73a0 commit 0db8a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week1/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ It should include the following components:
200200
- Have you removed all commented out code (should never be present in a PR)?
201201
- Have you used `const` and `let` and avoided `var`?
202202
- Do the variable, function and argument names you created follow the [Naming Conventions](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)?
203-
- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md))?
203+
- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/code_formatting.md))?
204204
- Have you resolved all issues flagged by ESLint and the spell checker (no wavy red and green underlines in VSCode)?
205205
206206
If the answer is 'yes' to all preceding questions you are ready to follow these instructions:

0 commit comments

Comments
 (0)