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

Skip to content

Commit e320d96

Browse files
committed
fixed broken links to fundamentals in READMEs
1 parent dc861d5 commit e320d96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Week1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here are resources that we like you to read as a preparation for the first lectu
1111

1212
### Fundamentals
1313

14-
- [XMLHttpRequest](../../../fundamentals/blob/master/fundamentals/XMLHttpRequest.md)
14+
- [XMLHttpRequest](../../../../fundamentals/blob/master/fundamentals/XMLHttpRequest.md)
1515

1616
### APIs
1717

Week2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Here are resources that we like you to read as a preparation for the second lect
1717

1818
### Fundamentals
1919

20-
- [Event Loop](../../../fundamentals/blob/master/fundamentals/event_loop.md)
21-
- [Promises](../../../fundamentals/blob/master/fundamentals/promises.md)
20+
- [Event Loop](../../../../fundamentals/blob/master/fundamentals/event_loop.md)
21+
- [Promises](../../../../fundamentals/blob/master/fundamentals/promises.md)
2222

2323

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

Week3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Here are resources that we like you to read as a preparation for the third lectu
1111

1212
### Fundamentals
1313

14-
- [Object-Oriented Programming & Classes](../../../fundamentals/blob/master/fundamentals/oop_classes.md)
15-
- [What is 'this'?](../../../fundamentals/blob/master/fundamentals/this.md)
14+
- [Object-Oriented Programming & Classes]../../../../fundamentals/blob/master/fundamentals/oop_classes.md)
15+
- [What is 'this'?](../../../../fundamentals/blob/master/fundamentals/this.md)
1616

1717
### `call` `apply`, `bind`
1818

0 commit comments

Comments
 (0)