Skip to content

Commit 6755444

Browse files
committed
fixed broken links
1 parent 7852907 commit 6755444

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Week4/MAKEME.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@ Give yourself (or your neighbor) a little tap on the shoulder, you've made it to
2020

2121
Week 2
2222

23-
- [Variables (var, let, const)](fundamentals/variables.md)
24-
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](fundamentals/values.md)
25-
- [Operators](fundamentals/operators.md)
26-
- [Naming conventions](fundamentals/naming_conventions.md)
23+
- [Variables (var, let, const)](../fundamentals/variables.md)
24+
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](../fundamentals/values.md)
25+
- [Operators](../fundamentals/operators.md)
26+
- [Naming conventions](../fundamentals/naming_conventions.md)
2727

2828
Week 3
2929

30-
- [Advanced data types (objects)](fundamentals/objects.md)
31-
- [Conditional execution](fundamentals/conditional_execution.md) <br>
32-
- [Statements vs Expressions](fundamentals/statements_expressions.md)<br>
33-
- [Loops (for/while)](fundamentals/loops.md)
34-
- [Functions](fundamentals/functions.md)
35-
- [Scope](fundamentals/scope.md)
30+
- [Advanced data types (objects)](../fundamentals/objects.md)
31+
- [Conditional execution](../fundamentals/conditional_execution.md) <br>
32+
- [Statements vs Expressions](../fundamentals/statements_expressions.md)<br>
33+
- [Loops (for/while)](../fundamentals/loops.md)
34+
- [Functions](../fundamentals/functions.md)
35+
- [Scope](../fundamentals/scope.md)
3636

3737
Week 4
3838

3939
- Capturing user input
4040
- Events
41-
- [Basic DOM manipulations (img src, innerHTML)](fundamentals/DOM_manipulation.md)
41+
- [Basic DOM manipulations (img src, innerHTML)](../fundamentals/DOM_manipulation.md)
4242
- Code debugging using the browser
43-
- [Code commenting](fundamentals/code_commenting.md)
43+
- [Code commenting](../fundamentals/code_commenting.md)
4444
- Structuring code files
45-
- [Code formatting](fundamentals/code_formatting.md)
45+
- [Code formatting](../fundamentals/code_formatting.md)
4646

4747

4848
## Step 1: Implement feedback

0 commit comments

Comments
 (0)