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

Commit

Permalink
point out broken pages URL, fix direct edit URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brianamarie authored May 8, 2019
1 parent 3c31faf commit 1fdd1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions responses/08-create-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Step 9: Create a list

Your site with your new photo can be seen at: https://{{user.username}}.github.io/{{repo}}/
Your site with your new photo can be seen at: <# TODO FIX URL https://{{user.username}}.github.io/{{repo}}/>

> Note: Sometimes it takes a few minutes for a GitHub Pages site to reload. If your changes still don't appear after a few minutes, you might try clearing the cache in your browser and refreshing the page.
Expand Down Expand Up @@ -42,7 +42,7 @@ For the next exercise, you are going to create a list of your favorite websites.

### :keyboard: Activity: Create a list of your favorite sites

1. Edit the `index.html` file in your master branch by [using this direct link](https://github.com/{{ user.username }}/{{ repo }}/edit/master/index.html) or going to the **Code** tab, clicking on the `index.html` file, clicking the pencil :pencil: to edit the HTML.
1. Edit the `index.html` file in your master branch by [using this direct link]({{ repoUrl }}/edit/master/index.html) or going to the **Code** tab, clicking on the `index.html` file, clicking the pencil :pencil: to edit the HTML.
1. Inside the body tag, create a list, either ordered or unordered, of your favorite sites on the internet.
1. In the _Commit changes_ section, enter a commit message that describes what you've done.
1. Ensure you've selected _Create a new branch for this commit and start a pull request_.
Expand Down

0 comments on commit 1fdd1d7

Please sign in to comment.