Skip to content

Commit 7576196

Browse files
committed
Fix description of finding repository URL
1 parent e22b644 commit 7576196

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

reference.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ brackets, e.g., `<MY_URL>`, replace it with a value appropriate to the project
2323
you are working on. A list of these placeholders and their meaning is below:
2424

2525
- `<MY_URL>` - The URL to your GitHub hosted repository. To find it, navigate to
26-
your repository on GitHub and to the right of the green "New Pull Request"
27-
button, you'll find an HTTPS or SSH button followed by a box containing a URL.
28-
That's the URL you need. Unless you have configured your GitHub account with
29-
an SSH key for your local machine, use the URL for HTTPS.
26+
your repository on GitHub. Click on the green "New Pull Request"
27+
button. You get a pop-up that contains a URL in a text-box. Unless you have configured your GitHub account to authenticate with SSH, you'll want a URL that starts with https://. If the URL starts with git@github... click `Use HTTPS`.
3028
- `<THEIR_URL>` - The URL for the project's repository that you would like to
3129
contribute to. Find it by navigating to their repository on GitHub and copy
3230
the URL in the box right of the `SSH` or `HTTPS` button. Use `HTTPS` since

0 commit comments

Comments
 (0)