Skip to content

Commit 5e75a74

Browse files
authored
Merge pull request #131 from LibraryCarpentry/128-replace-optional-challenge-link
link to GitHub guide on contributing to a project
2 parents 9e73d5a + 6904d74 commit 5e75a74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

episodes/05-github-pages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ Usually it's available instantly, but it can take a few seconds and in the worst
118118
> Instead of making edits on the GitHub website you can 'clone' the fork to your local machine
119119
> and work there.
120120
>
121-
> Try following the rest of the steps under "Time to Submit Your First PR"
122-
> at this guide: <https://www.thinkful.com/learn/github-pull-request-tutorial/Writing-a-Good-Commit-Message#Time-to-Submit-Your-First-PR>
121+
> Try following the steps in [GitHub's quickstart guide for contributing to projects](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)
123122
>
124-
> (If you followed step 1 and 2 in the previous challenge, you already have a fork and you can
125-
> skip the creation of a new fork if you like. You can submit multiple pull requests using the same fork.)
123+
> (If you followed step 1 and 2 in the previous challenge,
124+
> you already have a fork and you can skip the creation of a new fork.
125+
> Start instead at the section titled "Cloning a fork."
126+
> You can submit multiple pull requests using the same fork.)
126127
>
127128
{: .challenge}
128129

129-
130130
> ## Optional challenge: Adding an HTML page
131131
>
132132
> GitHub Pages is not limited to Markdown. If you know some HTML, try adding an HTML page

0 commit comments

Comments
 (0)