Skip to content

Commit d7d834e

Browse files
author
Abed
authored
Update hand-in-homework-guide.md
1 parent 2353091 commit d7d834e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hand-in-homework-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Follow the walkthrough to learn how to submit your homework for each week:
88

99
ONE TIME ONLY (START OF EVERY MODULE)
1010

11-
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.)
11+
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.)
1212
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories")
1313
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
1414
4. On your local machine, navigate to the folder using the command line
@@ -20,7 +20,7 @@ EVERY WEEK
2020
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`
2121
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
2222
4. Push the branch to your forked repository
23-
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`.
23+
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`.
2424
6. Give the pull request a title in the following format:
2525

2626
```markdown

0 commit comments

Comments
 (0)