Skip to content

Commit eec292d

Browse files
committed
fix URL
1 parent 3a54904 commit eec292d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/git/pull-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ It may ask you where you want the fork to live—you want it to live
5858
under your profile / username.
5959

6060
This will bring you to a new github page, displaying the fork, with a
61-
URL that should look something like: ``https://github.com/zingale/test-repo``
61+
URL that should look something like: ``https://github.com/zingale/test_repo``
6262

6363
Now click on the *code* button and copy the SSH location.
6464

@@ -95,7 +95,7 @@ Then click on the "New pull request" button, and you'll see something like:
9595
```
9696

9797
This is showing that you are asking to merge the changes in your fork into the
98-
class ``test-repo`` repository.
98+
class ``test_repo`` repository.
9999

100100
Click on *create pull request*, type in a comment about what this does, and then click
101101
on the *create pull request* button again.

0 commit comments

Comments
 (0)