Skip to content

Commit 396f77a

Browse files
author
Abed
authored
Update hand-in-homework-guide.md
1 parent 5f9e431 commit 396f77a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hand-in-homework-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
In this module you'll submit your homework only using GIT and GitHub.
44

5-
1. [GitHub](https://www.github.com/HackYourFuture/JavaScript2)
5+
1. [GitHub](https://www.github.com/SocialHackerCreteClass/JavaScript2)
66

77
## 1. GitHub homework guide
88

99
Follow the walkthrough to learn how to submit your homework for each week:
1010

1111
ONE TIME ONLY (START OF EVERY MODULE)
1212

13-
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the following repository: [HackYourHomework/JavaScript2](https://www.github.com/hackyourhomework/javascript2). You do this by using the `fork` option on the top right
13+
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the following repository: [SocialHackerCreteClass/JavaScript2](https://www.github.com/SocialHackerCreteClass/javascript2). You do this by using the `fork` option on the top right
1414
2. Navigate to the URL of the forked repository (it should be in your personal GitHub account, under "repositories", under the name `<YOUR_GITHUB_ACCOUNTNAME>/JavaScript2`)
1515
3. Clone the repository, using SSH, to your local machine. You can do this by typing in `git clone <git url>` in the command line
1616
4. On your local machine, navigate to the folder using the command line
@@ -29,7 +29,7 @@ EVERY WEEK
2929
Homework week 1 <Your name>
3030
```
3131

32-
7. Submit the pull request from your forked repository branch into the `master` branch of the original repository (`HackYourHomework/JavaScript2`)
32+
7. Submit the pull request from your forked repository branch into the `master` branch of the original repository (`SocialHackerCreteClass/JavaScript2`)
3333
8. Do a little victory dance because you did it! Good job!
3434

3535
For a visual walkthrough the steps please watch the following video one of our teachers, Unmesh Joshi, has made:

0 commit comments

Comments
 (0)