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

Commit 4d15c07

Browse files
authored
point out faulty pages URL, fix compare direct URL
1 parent 00d6fd1 commit 4d15c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/00-openapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Step 2: Open a pull request
22

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

55
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.
66

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

99
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:
1010

11-
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**.
11+
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**.
1212
1. Add a descriptive title to your pull request, something like "Add the index.html file".
1313
1. Add a descriptive body to your pull request.
1414
1. Click **Create pull request**.

0 commit comments

Comments
 (0)