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

Skip to content

Commit bf0a6cd

Browse files
committed
Change all absolute paths to relative paths
1 parent 2fc782d commit bf0a6cd

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

Week0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ In week one we will discuss the following topics:
1717

1818
- Helpful resource: http://jsbooks.revolunet.com/ (here you can find tons of free JavaScript books online)
1919

20-
:star: You can also already go through the [review](https://github.com/HackYourFuture/JavaScript/blob/master/Week1/REVIEW.md) of the upcoming lecture.
20+
:star: You can also already go through the [review](/Week1/REVIEW.md) of the upcoming lecture.
2121

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

Week1/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Homework week 1:
22

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week1/README.md) you find the readings you have to complete before the second lecture.
3+
>[Here](/Week1/README.md) you find the readings you have to complete before the second lecture.
44
55
We covered a bit of command line usage in the first class and got a program running which is great. If you need a refresher for the command line please have a look here: https://github.com/HackYourFuture/CommandLine
66

@@ -85,5 +85,5 @@ steps:
8585
### Hint
8686
If you solve the FreeCodeCamp challenges and they are new concepts to you and you would like to take a look at them later on in the program, Copy your answers from FCC in a .js file and upload them to Github in a repository for future reference. In this way you build your own little documentation, if you look back at them first try to understand what it does before you run them.
8787

88-
:star: Additional resources and review: [here](https://github.com/HackYourFuture/JavaScript/tree/master/Week1/REVIEW.md) (work in progress):star:
88+
:star: Additional resources and review: [here](/Week1/REVIEW.md) (work in progress):star:
8989

Week1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ In week two we will discuss the following topics:
1919
- 'Conditions' of [_A Smarter Way To Learn JavaScript_](https://github.com/Sharique-Hasan/SaylaniBatch2-JavaScript/blob/master/A%20Smarter%20Way%20to%20Learn%20JavaScript.pdf) : Chapters 10 - 14
2020
- Program structure ~ http://eloquentjavascript.net/02_program_structure.html
2121

22-
:star: You can also already go through the [review](https://github.com/HackYourFuture/JavaScript/blob/master/Week2/REVIEW.md) of the upcoming lecture.
22+
:star: You can also already go through the [review](/Week2/REVIEW.md) of the upcoming lecture.
2323

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

Week2/MAKEME.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Homework Week 2
22

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week2/README.md) you find the readings you have to complete before the third lecture.
3+
>[Here](/Week2/README.md) you find the readings you have to complete before the third lecture.
44
55
## Step 1: Recap/Read
66

77
- Have a look at [The Secret Life of JavaScript Primitives](https://javascriptweblog.wordpress.com/2010/09/27/the-secret-life-of-javascript-primitives/)
8-
- Go through the review of [last week](https://github.com/HackYourFuture/JavaScript/blob/master/Week1/REVIEW.md) (Work in progress, update this week :wrench:)
9-
- Go through the review of [this week](https://github.com/HackYourFuture/JavaScript/blob/master/Week2/REVIEW.md) (work in progress, update this week :nut_and_bolt:)
8+
- Go through the review of [last week](/Week1/REVIEW.md) (Work in progress, update this week :wrench:)
9+
- Go through the review of [this week](/Week2/REVIEW.md) (work in progress, update this week :nut_and_bolt:)
1010

1111
## Step 2: Watch
1212

@@ -151,5 +151,5 @@ How to hand in your homework:
151151
• Place the link to your repository folder in Trello.
152152
```
153153

154-
:star: Additional resources and review: [here](https://github.com/HackYourFuture/JavaScript/tree/master/Week2/REVIEW.md) (work in progress):star:
154+
:star: Additional resources and review: [here](/Week2/REVIEW.md) (work in progress):star:
155155

Week3/MAKEME.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Homework Week 3
22

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week3/README.md) you find the readings you have to complete before the fourth lecture.
3+
>[Here](/Week3/README.md) you find the readings you have to complete before the fourth lecture.
44
55
## Step 0 review:
6-
- Go through the review of [the first week](https://github.com/HackYourFuture/JavaScript/blob/master/Week1/REVIEW.md) (Work in progress, update this week :wrench:)
7-
- Go through the review of [the second week](https://github.com/HackYourFuture/JavaScript/blob/master/Week2/REVIEW.md) (work in progress, update this week :nut_and_bolt:)
8-
- Go through the review of [the third week](https://github.com/HackYourFuture/JavaScript/blob/master/Week3/REVIEW.md)
6+
- Go through the review of [the first week](/Week1/REVIEW.md) (Work in progress, update this week :wrench:)
7+
- Go through the review of [the second week](/Week2/REVIEW.md) (work in progress, update this week :nut_and_bolt:)
8+
- Go through the review of [the third week](/Week3/REVIEW.md)
99

1010
## Step 1: Implement feedback
1111

@@ -66,7 +66,7 @@ Please note, there are various challenges all sorted on difficultly called KIU.
6666

6767
enjoy!
6868

69-
:star: Additional resources and review: [here](https://github.com/HackYourFuture/JavaScript/tree/master/Week3/REVIEW.md) (work in progress):star:
69+
:star: Additional resources and review: [here](/Week3/REVIEW.md) (work in progress):star:
7070

7171

7272

Week4/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Homework Week 4
22

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week4/README.md) you find the readings you have to complete before the fifth lecture.
3+
>[Here](/Week4/README.md) you find the readings you have to complete before the fifth lecture.
44
55
## Step 0:
66
Give yourself (or your neighbour) a little tap on the shoulder, you've made it to JS2! :muscle:

Week5/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Homework Week 5
22

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week5/README.md) you find the readings you have to complete before the sixth lecture.
3+
>[Here](/Week5/README.md) you find the readings you have to complete before the sixth lecture.
44
55
### Step 0
66
All share a video or a resource (this can be a drawing, article or a pod cast) that was helpful for you the last few weeks with learning JavaScript. Please share this in the channel of your class in Slack. Also write as small note about what the resource i about and why you think it's so helpful (you can share more than one if you like).

Week6/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Homework Week 6
22

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week6/README.md) you find the readings you have to complete before the seventh lecture.
3+
>[Here](/Week6/README.md) you find the readings you have to complete before the seventh lecture.
44
55
### Step 1: Feedback
66

Week7/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Homework Week 7
22

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week7/README.md) you find the readings you have to complete before the eighth lecture.
3+
>[Here](/Week7/README.md) you find the readings you have to complete before the eighth lecture.
44
55
## Step 1: Git Homework
66

Week8/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Homework Week 8
22
This week you will work on finishing your application so it's actually useful!!
33

4-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week8/README.md) you find the readings you have to complete before the ninth lecture.
4+
>[Here](/Week8/README.md) you find the readings you have to complete before the ninth lecture.
55
66
## The tools we used in the second lecture
77
- [metajs](http://int3.github.io/metajs/)

Week9/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Next week you will start with Node :balloon:
55
```
66

77
### Refresher
8-
- :star:Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: https://github.com/HackYourFuture/JavaScript/blob/master/Week9/MAKEME.md :star:
8+
- :star:Timir wrote a really nice javaScript REVIEW that explains which concepts are most important to know in JavaScript when you continue your coding journey to Node, this is a __MUST__ read: /Week9/MAKEME.md :star:
99
- https://forum.freecodecamp.com/t/javascript-callback-functions/14658/2
1010
http://www.learn-js.org/en/Callbacks
1111

0 commit comments

Comments
 (0)