Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit cf11492

Browse files
authored
Merge pull request #140 from githubtraining/parkerbxyz-patch-1
Update instructions for configuring a GitHub Pages source
2 parents deb5d10 + 98c243d commit cf11492

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Every Learning Lab course is made up of:
1010

1111
The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives.
1212

13-
For more information on the goals of this course, check out the [`course-details.md`](course-details.md).
13+
For more information on the goals of this course, check out the [`course-details.md`](course-details.md).
1414

1515
## Contribute
1616

responses/01a_class-introduction-issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ This project is centered around a memory game that will be deployed with GitHub
2828
1. Click the [**Settings**]({{ repoUrl }}/settings) tab in your repository.
2929
1. Scroll down until you see **Data services**.
3030
1. Under **Data services**, click the check boxes to enable all the data services.
31-
1. Scroll down to **GitHub Pages**. Select `master` as a **Source**, and click **Save**.
31+
1. Scroll down to **GitHub Pages** and select `master` as a **Source**.
3232

3333
{% else %}
3434

3535
### :keyboard: Activity: Enable GitHub Pages
3636

3737

3838
1. Click the [**Settings**]({{ repoUrl }}/settings) tab in your repository.
39-
1. Scroll down to **GitHub Pages**. Select `master` as a **Source**, and click **Save**.
39+
1. Scroll down to **GitHub Pages** and select `master` as a **Source**.
4040

4141
{% endif %}
4242

0 commit comments

Comments
 (0)