Skip to content

Commit f579077

Browse files
committed
now also fixed the paths in the week folders
1 parent ba7a43b commit f579077

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Week1/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/blob/master/fundamentals/fundamentals/variables.md)
24+
- [Basic Data types (Strings, Numbers, Arrays, Booleans)](./../../../../fundamentals/blob/master/fundamentals/values.md)
25+
- [Operators](./../../../../fundamentals/blob/master/fundamentals/operators.md)
26+
- [Naming conventions](./../../../../fundamentals/blob/master/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/blob/master/fundamentals/objects.md)
31+
- [Conditional execution](./../../../../fundamentals/blob/master/fundamentals/conditional_execution.md) <br>
32+
- [Statements vs Expressions](./../../../../fundamentals/blob/master/fundamentals/statements_expressions.md)<br>
33+
- [Loops (for/while)](./../../../../fundamentals/blob/master/fundamentals/loops.md)
34+
- [Functions](./../../../../fundamentals/blob/master/fundamentals/functions.md)
35+
- [Scope](./../../../../fundamentals/blob/master/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/blob/master/fundamentals/DOM_manipulation.md)
4242
- Code debugging using the browser
43-
- [Code commenting](../fundamentals/code_commenting.md)
43+
- [Code commenting](./../../../../fundamentals/blob/master/fundamentals/code_commenting.md)
4444
- Structuring code files
45-
- [Code formatting](../fundamentals/code_formatting.md)
45+
- [Code formatting](./../../../../fundamentals/blob/master/fundamentals/code_formatting.md)
4646

4747

4848
## Step 1: Implement feedback

0 commit comments

Comments
 (0)