diff --git a/README.md b/README.md
index dbf980860..b103d2a06 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-> If you are following the HackYourFuture curriculum we recommend you to start with module 1: [HTML/CSS/GIT](https://github.com/HackYourFuture/HTML-CSS). To get a complete overview of the HackYourFuture curriculum first, click [here](https://github.com/HackYourFuture/curriculum).
+> If you are following the curriculum we recommend you to start with module 1: [HTML/CSS/GIT](https://github.com/SocialHackersCodeSchool/HTML-CSS). To get a complete overview, click [here](https://github.com/SocialHackersCodeSchool/curriculum).
> 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/JavaScript1/pulls).
+> or links, please share them by [opening a pull request](https://github.com/SocialHackersCodeSchool/JavaScript1/pulls).
# Module #2 - JavaScript 1: Programming Basics (Frontend)
@@ -71,8 +71,11 @@ If you have any questions or if something is not entirely clear ¯\\\_(ツ)\_/¯
Did you finish the module? Good job! You're doing great!
-If you feel ready for the next challenge, click [here](https://www.github.com/HackYourFuture/JavaScript2) to go to JavaScript2!
+If you feel ready for the next challenge, click [here](https://www.github.com/SocialHackersCodeSchool/JavaScript2) to go to JavaScript2!
+
+## Credit:
+This curriculum is developed by [HackYourFuture](https://github.com/HackYourFuture), modifications, and
+changes can be found in this Fork.
-_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/README.md b/Week1/README.md
index ecfaf004b..ea3ed54a9 100644
--- a/Week1/README.md
+++ b/Week1/README.md
@@ -56,7 +56,7 @@ There are various languages, each made to fulfill a certain need. For example, M
## 1. What is web development?
-In HackYourFuture we focus on `web` programmming (also known as `web development`): writing code that creates websites and web applications. Look at the following video to learn about what you'll be doing:
+In this course we focus on `web` programmming (also known as `web development`): writing code that creates websites and web applications. Look at the following video to learn about what you'll be doing:
- [What does a web developer do?](https://www.youtube.com/watch?v=GEfuOMzRgXo)
diff --git a/hand-in-homework-guide.md b/hand-in-homework-guide.md
index d1d1466b7..7c4e0ca0e 100644
--- a/hand-in-homework-guide.md
+++ b/hand-in-homework-guide.md
@@ -8,7 +8,7 @@ Follow the walkthrough to learn how to submit your homework for each week:
ONE TIME ONLY (START OF EVERY MODULE)
-1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the module repository. For JavaScript1, the module repository is `https://www.github.com/HackYourHomework/JavaScript1`. (You can find the `fork` option on the top right corner of the repository.)
+1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the module repository. For JavaScript1, the module repository is `https://www.github.com/SocialHackersClass10/JavaScript1`. (You can find the `fork` option on the top right corner of the repository.)
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories")
3. Clone the repository, using SSH, to your local machine. You can do this by typing in `git clone ` in the command line
4. On your local machine, navigate to the folder using the command line
@@ -20,7 +20,7 @@ EVERY WEEK
2. Create a folder called `homework` inside of each week's folder. So for example, inside of the `Week1` folder, create a new folder called `homework`
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
4. Push the branch to your forked repository
-5. On the GitHub page of your forked repository, click on the `create pull request` button. Make sure that the `base repository` is the module repository E.g. `https://www.github.com/HackYourHomework/JavaScript1`, on branch `master`.
+5. On the GitHub page of your forked repository, click on the `create pull request` button. Make sure that the `base repository` is the module repository E.g. `https://www.github.com/SocialHackersClass10/JavaScript1`, on branch `master`.
6. Give the pull request a title in the following format:
```markdown