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

Commit 75200e0

Browse files
committed
make code thing a link
1 parent e17479c commit 75200e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/01_update-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Your repository has an `index.html` file so we can update it to include your per
1010

1111
{% if GHE_HOST %}
1212

13-
1. Navigate to the **Code** tab of this repository, and browse to the `index.html` file
13+
1. Navigate to the **Code** tab of this repository, and browse to the `index.html` file, or click this link [here]({{ repoUrl }}/blob/master/index.html).
1414
1. In the upper right corner, click the the icon to the right of the file to edit the `index.md` file
1515
2. Type the content you want on your homepage
1616
3. Scroll to the bottom, type a commit message, and click **Create a new branch for this commit and start a pull request**
1717
4. Open a pull request
1818

1919
{% else %}
2020

21-
1. Navigate to the **Code** tab of this repository, and browse to the `index.md` file
21+
1. Navigate to the **Code** tab of this repository, and browse to the `index.md` file, or click this link [here]({{ repoUrl }}/blob/master/index.md).
2222
2. In the upper right corner, click the the icon to the right of the file to edit the `index.md` file
2323
3. Type the content you want on your homepage
2424
4. Scroll to the bottom, type a commit message, and click **Create a new branch for this commit and start a pull request**

0 commit comments

Comments
 (0)