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

Skip to content

Commit da506b5

Browse files
authored
Merge pull request HackYourFuture#61 from JawharBairakdar/master
Update code formating link
2 parents 41d73a0 + 0db8a17 commit da506b5

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)