diff --git a/responses/08-create-list.md b/responses/08-create-list.md index c952fa6..804b67d 100644 --- a/responses/08-create-list.md +++ b/responses/08-create-list.md @@ -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. @@ -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_.