diff --git a/README.md b/README.md
index 96055298e..16403035c 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,20 @@
>Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a Pull Request.
-# HackYourJavaScript
+# SocialHackersAcademy JavaScript3
Here you can find course content and homework for the JavaScript3 modules
|Week|Topic|Read|Homework|
|----|-----|----|--------|
-|1.|• [Object Oriented Programming and Classes](fundamentals/oop_classes.md)
• [The `this` keyword](fundamentals/this.md) |[Reading Week 7](/Week1/README.md)|[Homework Week 7](/Week1/MAKEME.md)|
-|2.|• Structure for a basic SPA (Single Page Application)
• [XMLHttpRequests](fundamentals/XMLHttpRequest.md)
• API calls|[Reading Week 8](/Week2/README.md)|[Homework Week 8](/Week2/MAKEME.md)|
-|3.|• [Promises](fundamentals/promises.md)
• (re)writing data structures (in JSON)
• Async vs Sync
• [Event Loop (order of execution)](fundamentals/event_loop.md) |[Reading Week 9](/Week3/README.md)|[Homework Week 9](/Week3/MAKEME.md)|
+|1.|• [Object Oriented Programming and Classes](https://github.com/SocialHackersCodeSchool/fundamentals/blob/master/fundamentals/oop_classes.md)
• [The `this` keyword](https://github.com/SocialHackersCodeSchool/fundamentals/blob/master/fundamentals/this.md) |[Reading Week 7](/Week7/README.md)|[Homework Week 7](/Week7/MAKEME.md)|
+|2.|• Structure for a basic SPA (Single Page Application)
• [XMLHttpRequests](https://github.com/SocialHackersCodeSchool/fundamentals/blob/master/fundamentals/XMLHttpRequest.md)
• API calls|[Reading Week 8](/Week8/README.md)|[Homework Week 8](/Week8/MAKEME.md)|
+|3.|• [Promises](https://github.com/SocialHackersCodeSchool/fundamentals/blob/master/fundamentals/promises.md)
• (re)writing data structures (in JSON)
• Async vs Sync
• [Event Loop (order of execution)](https://github.com/SocialHackersCodeSchool/fundamentals/blob/master/fundamentals/event_loop.md) |[Reading Week 9](/Week9/README.md)|[Homework Week 9](/Week9/MAKEME.md)|
__Kind note:__
We expect you to __always__ come prepared to the class on Sunday.
### Overall
-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.
+A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](https://github.com/SocialHackersCodeSchool/fundamentals/blob/master/fundamentals/README.md) and research/ ask for help (Slack!) with the concepts that are not entirely clear.
diff --git a/Week9/README.md b/Week9/README.md
index 41154847a..cb11f9a57 100644
--- a/Week9/README.md
+++ b/Week9/README.md
@@ -12,7 +12,7 @@ http://www.learn-js.org/en/Callbacks
## Check out how to prepare for your first Node lecture here:
-- https://github.com/HackYourFuture/Node.js/blob/master/week0/README.md
+- https://github.com/SocialHackersCodeSchool/Node.js
_Please go through the material and come to class prepared!_