From 1ffc934705fbdd3f2a92f927d55c40cee9f66c66 Mon Sep 17 00:00:00 2001
From: Ahmed Fayyad <32056458+chemosbaldwin@users.noreply.github.com>
Date: Tue, 19 Jun 2018 18:21:30 +0300
Subject: [PATCH 1/4] Update README.md
Update links
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 96055298e..eaf9f634e 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@ 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](fundamentals/oop_classes.md)
• [The `this` keyword](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](fundamentals/XMLHttpRequest.md)
• API calls|[Reading Week 8](/Week8/README.md)|[Homework Week 8](/Week8/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](/Week9/README.md)|[Homework Week 9](/Week9/MAKEME.md)|
__Kind note:__
From 624b9057f72edb658d6b90c68149e52ac418c8a6 Mon Sep 17 00:00:00 2001
From: Ahmed Fayyad <32056458+chemosbaldwin@users.noreply.github.com>
Date: Tue, 19 Jun 2018 18:26:17 +0300
Subject: [PATCH 2/4] Update README.md
update title
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index eaf9f634e..074e24eb9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
>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
From 9461a57b94e3bf6b2c19434269c6e99066cee208 Mon Sep 17 00:00:00 2001
From: Ahmed Fayyad <32056458+chemosbaldwin@users.noreply.github.com>
Date: Tue, 19 Jun 2018 18:42:15 +0300
Subject: [PATCH 3/4] Update README.md
all links updated
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 074e24eb9..16403035c 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,15 @@ 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](/Week7/README.md)|[Homework Week 7](/Week7/MAKEME.md)|
-|2.|• Structure for a basic SPA (Single Page Application)
• [XMLHttpRequests](fundamentals/XMLHttpRequest.md)
• API calls|[Reading Week 8](/Week8/README.md)|[Homework Week 8](/Week8/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](/Week9/README.md)|[Homework Week 9](/Week9/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.
From e01774c4b630134ba1f90058c03865d4d29f095b Mon Sep 17 00:00:00 2001
From: Chris Owen
Date: Mon, 2 Jul 2018 16:05:56 +0100
Subject: [PATCH 4/4] Update README.md
---
Week9/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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!_