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

Commit 55aa42c

Browse files
authored
Merge pull request #16 from githubtraining/fix-url
Fix URLs
2 parents c3b5044 + c0e9fb3 commit 55aa42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/01_class-introduction-issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ In this course, you'll create a blog hosted on GitHub Pages and learn how to:
1212

1313
### New to GitHub?
1414

15-
Before we can begin, you'll need to know how to create a branch on GitHub, commit changes using Git, and open a pull request on GitHub. If you need a refresher on the GitHub flow, check out the [Introduction to GitHub course]({{ host}}/courses/introduction-to-github).
15+
Before we can begin, you'll need to know how to create a branch on GitHub, commit changes using Git, and open a pull request on GitHub. If you need a refresher on the GitHub flow, check out the [Introduction to GitHub course]({{ host }}/courses/introduction-to-github).
1616

1717
### :keyboard: Activity: Turn on GitHub Pages
1818

1919
The first step to publishing your blog to the web is to enable GitHub Pages on this repository <sup>[:book:](https://help.github.com/articles/github-glossary/#repository)</sup>. When you enable GitHub Pages on a repository, GitHub takes the content that's on the master branch and publishes a website based on its contents.
2020

21-
1. Under your repository name, click [**Settings**](https://github.com/{{ owner }}/{{ repo }}/settings)
21+
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings)
2222
1. In the "GitHub Pages" section, use the Select source drop-down menu to select the `master branch` as your GitHub Pages publishing source.
2323
1. Click **Save**
2424

0 commit comments

Comments
 (0)