Skip to content

Commit 44532f2

Browse files
committed
fixed broken links
1 parent 540f1f1 commit 44532f2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Here you can find course content and homework for the JavaScript 1 module
66

77
|Week|Topic|Read|Homework|
88
|----|-----|----|--------|
9-
|0.|Preparation for your first JavaScript session|[Pre-reading](/Week0/README.md)|-|
109
|1.|Git Session with Unmesh|[Reading Week 1](/Week1/README.md) | [Homework Week 1](/Week1/MAKEME.md)|
1110
|2.|• Intro JavaScript (What is it, where can you use it for)<br>• [Variables (var, let, const)](../../../fundamentals/blob/master/fundamentals/variables.md)<br>• [Basic Data types (Strings, Numbers, Arrays, Booleans)](../../../fundamentals/blob/master/fundamentals/values.md)<br>• [Operators](../../../fundamentals/blob/master/fundamentals/operators.md)<br>• [Naming conventions](../../../fundamentals/blob/master/fundamentals/naming_conventions.md)|[Reading Week 2](/Week2/README.md)|[Homework Week 2](/Week2/MAKEME.md)|
1211
|3.|• Git work flow :smiling_imp:<br>• [Advanced data types (objects)](../../../fundamentals/blob/master/fundamentals/objects.md) <br>• [Conditional execution](../../../fundamentals/blob/master/fundamentals/conditional_execution.md) <br>• [Statements vs Expressions](../../../fundamentals/blob/master/fundamentals/statements_expressions.md)<br> • [Loops (for/while)](../../../fundamentals/blob/master/fundamentals/loops.md)<br>• [Functions](../../../fundamentals/blob/master/fundamentals/functions.md) <br>• [Scope](../../../fundamentals/blob/master/fundamentals/scope.md)|[Reading Week 3](/Week3/README.md)|[Homework Week 3](/Week3/MAKEME.md)|
@@ -16,7 +15,7 @@ __Kind note:__
1615
We expect you to __always__ come prepared to the class on Sunday.
1716

1817
### Overall
19-
A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](fundamentals/README.md) and research/ ask for help (Slack!) with the concepts that are not entirely clear.
18+
A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](../../../fundamentals/README.md) and research/ ask for help (Slack!) with the concepts that are not entirely clear.
2019

2120

2221
*The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)*

Week3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Review the topics of week 2:
4141
- [Variables](./../../../../fundamentals/blob/master/fundamentals/variables.md)
4242
- [Values](./../../../../fundamentals/blob/master/fundamentals/values.md)
4343
- [Operators](./../../../../fundamentals/blob/master/fundamentals/operators.md)
44-
- [Naming conventions](../fundamentals/naming_conventions.md)
44+
- [Naming conventions](./../../../../fundamentals/naming_conventions.md)
4545

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

0 commit comments

Comments
 (0)