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

Commit

Permalink
point out faulty pages URL, fix compare direct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brianamarie authored May 8, 2019
1 parent 00d6fd1 commit 4d15c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions responses/00-openapr.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Step 2: Open a pull request

GitHub Pages is now serving your web page at: https://{{user.username}}.github.io/{{repo}}/
GitHub Pages is now serving your web page at: <#TODO FIX URL https://{{user.username}}.github.io/{{repo}}/>

It's not very special looking yet, is it? Web hosts (and GitHub Pages) look for a file titled `index.html` and serve that up. Since there's no `index.html` file in our repository, GitHub Pages displays the contents of the README by default. Let's change this by adding the `index.html` file to our repository.

### :keyboard: Activity: Add `index.html`

To help you get started, I have already created an `index.html` file for you on a branch called: `add-index`. All you need to do is create the pull request:

1. Create a pull request. You can either [use this direct link](https://github.com/{{ user.username }}/{{ repo }}/compare/master...add-index?expand=1), or go to the **Code** tab, click on **New Pull Request**, select **base: master**, and **compare: add-index**.
1. Create a pull request. You can either [use this direct link]({{ repoUrl }}/compare/master...add-index?expand=1), or go to the **Code** tab, click on **New Pull Request**, select **base: master**, and **compare: add-index**.
1. Add a descriptive title to your pull request, something like "Add the index.html file".
1. Add a descriptive body to your pull request.
1. Click **Create pull request**.
Expand Down

0 comments on commit 4d15c07

Please sign in to comment.