Skip to content

Commit 50d5e32

Browse files
committed
fixed broken links
1 parent 6755444 commit 50d5e32

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Week3/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@ Go through the topics of week 2-4.
2424

2525
### Week 2
2626

27-
- [Variables (var, let, const)](fundamentals/variables.md)
28-
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](fundamentals/values.md)
29-
- [Operators](fundamentals/operators.md)
30-
- [Naming conventions](fundamentals/naming_conventions.md)
27+
- [Variables (var, let, const)](../fundamentals/variables.md)
28+
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](../fundamentals/values.md)
29+
- [Operators](../fundamentals/operators.md)
30+
- [Naming conventions](../fundamentals/naming_conventions.md)
3131

3232
### Week 3
3333

34-
- [Advanced data types (objects)](fundamentals/objects.md)
35-
- [Conditional execution](fundamentals/conditional_execution.md) <br>
36-
- [Statements vs Expressions](fundamentals/statements_expressions.md)<br>
37-
- [Loops (for/while)](fundamentals/loops.md)
38-
- [Functions](fundamentals/functions.md)
39-
- [Scope](fundamentals/scope.md)
34+
- [Advanced data types (objects)](../fundamentals/objects.md)
35+
- [Conditional execution](../fundamentals/conditional_execution.md) <br>
36+
- [Statements vs Expressions](../fundamentals/statements_expressions.md)<br>
37+
- [Loops (for/while)](../fundamentals/loops.md)
38+
- [Functions](../fundamentals/functions.md)
39+
- [Scope](../fundamentals/scope.md)
4040

4141
### Week 4
4242

4343
- Capturing user input
4444
- Events
45-
- [Basic DOM manipulations (img src, innerHTML)](fundamentals/DOM_manipulation.md)
45+
- [Basic DOM manipulations (img src, innerHTML)](../fundamentals/DOM_manipulation.md)
4646
- Code debugging using the browser
47-
- [Code commenting](fundamentals/code_commenting.md)
47+
- [Code commenting](../fundamentals/code_commenting.md)
4848
- Structuring code files
49-
- [Code formatting](fundamentals/code_formatting.md)
49+
- [Code formatting](../fundamentals/code_formatting.md)
5050

5151

5252
_Please go through the material and come to class prepared!_

0 commit comments

Comments
 (0)