Skip to content

Commit 2323729

Browse files
committed
Fix more broken links
1 parent 468a99b commit 2323729

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

legacy/javascript/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ This JavaScript course is divided in three modules. Starting from the simple use
1414

1515
## Module goals
1616

17-
### [JS1 Module:](/javascript1)
17+
### [JS1 Module:](./javascript1)
1818

1919
A basic program with multiple functions (reacting to user input)
2020

21-
### [JS2 Module:](/javascript2)
21+
### [JS2 Module:](./javascript2)
2222

2323
A tool capable of loading a JSON file and representing it in the DOM
2424

25-
### [JS3 Module:](/javascript3)
25+
### [JS3 Module:](./javascript3)
2626

2727
A web app with external data source using at least one API
2828

2929
### Overall
3030

3131
A good understanding of all the above mentioned topics. Want to check your Knowledge?
32-
Go through the [JavaScript Fundamentals readme](/fundamentals) and research/ask for help [(Slack!)](https://hackyourfuture-cph.slack.com) with the concepts that are not entirely clear.
32+
Go through the [JavaScript Fundamentals readme](./fundamentals) and research/ask for help [(Slack!)](https://hackyourfuture-cph.slack.com) with the concepts that are not entirely clear.
3333

3434
Helpful resource: <http://jsbooks.revolunet.com/> (here you can find tons of free JavaScript books online)

0 commit comments

Comments
 (0)