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

Commit e17479c

Browse files
committed
fix markdown error
1 parent 7250104 commit e17479c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/00_class-introduction-issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The first step to publishing your blog to the web is to enable GitHub Pages on t
2020

2121
{% if GHE_HOST %}
2222

23-
1. Under your repository name, click [**Settings**]{{ repoUrl }}/settings)
23+
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings)
2424
1. In the "GitHub Pages" section, click **Launch automatic page generator**
2525
1. Edit the **Project name** and **Body** to be what you'd like your main page to display
2626
1. Click **Continue to layouts**
@@ -29,7 +29,7 @@ The first step to publishing your blog to the web is to enable GitHub Pages on t
2929

3030
{% else %}
3131

32-
1. Under your repository name, click [**Settings**]{{ repoUrl }}/settings)
32+
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings)
3333
1. In the "GitHub Pages" section, click **Choose a theme**
3434
2. Select a theme
3535
3. Click **Select theme**

0 commit comments

Comments
 (0)