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

Commit a6ab508

Browse files
committed
fix settings url
1 parent 3de429f commit a6ab508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/00_class-introduction-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For this course, you'll need to know how to create a branch on GitHub, commit ch
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, click **Launch automatic page generator**
2323
1. Edit the **Project name** and **Body** to be what you'd like your main page to display
2424
1. Click **Continue to layouts**

0 commit comments

Comments
 (0)