diff --git a/README.md b/README.md
index 34103e174..f2daf04b7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-> Please help us improve and share your feedback! If you find better tutorials
-> or links, please share them by [opening a pull request](https://github.com/HackYourFuture/JavaScript3/pulls).
# Module #4 - JavaScript 3: Object-Oriented Programming and working with APIs (Frontend)
@@ -81,8 +79,10 @@ With this out of the way we can get started!
Did you finish the module? High five!
-If you feel ready for the next challenge, click [here](https://www.github.com/HackYourFuture/Node.js) to go to Node.js!
+If you feel ready for the next challenge, click [here](https://www.github.com/SocialHackersCodeSchool/Node.js) to go to Node.js!
+
+## Credit:
+This curriculum is developed by HackYourFuture, modifications, and changes can be found in this Fork. (edited)
-_The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)_

This work is licensed under a Creative Commons Attribution 4.0 International License.
diff --git a/Week1/MAKEME.md b/Week1/MAKEME.md
index 7b3cb47b8..645733b59 100644
--- a/Week1/MAKEME.md
+++ b/Week1/MAKEME.md
@@ -73,7 +73,7 @@ Figure 1 below shows an example of what your application will look like.
This application does 2 things:
-1. It makes connection to the GitHub API and retrieves all the repositories found in the [HackYourFuture account](https://www.github.com/hackyourfuture).
+1. It makes connection to the GitHub API and retrieves all the repositories found in the [HackYourFuture account](https://www.github.com/SocialHackersCodeSchool).
2. It displays those repositories in an alphabetically-oreded list. When a user clicks on any of the repository names it will show more details about it.
### Getting an overview