Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Every Learning Lab course is made up of:

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

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

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions responses/01a_class-introduction-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ This project is centered around a memory game that will be deployed with GitHub
1. Click the [**Settings**]({{ repoUrl }}/settings) tab in your repository.
1. Scroll down until you see **Data services**.
1. Under **Data services**, click the check boxes to enable all the data services.
1. Scroll down to **GitHub Pages**. Select `master` as a **Source**, and click **Save**.
1. Scroll down to **GitHub Pages** and select `master` as a **Source**.

{% else %}

### :keyboard: Activity: Enable GitHub Pages


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

{% endif %}

Expand Down