You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: responses/01_update-index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ Your repository has an `index.html` file so we can update it to include your per
10
10
11
11
{% if GHE_HOST %}
12
12
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).
14
14
1. In the upper right corner, click the the icon to the right of the file to edit the `index.md` file
15
15
2. Type the content you want on your homepage
16
16
3. Scroll to the bottom, type a commit message, and click **Create a new branch for this commit and start a pull request**
17
17
4. Open a pull request
18
18
19
19
{% else %}
20
20
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).
22
22
2. In the upper right corner, click the the icon to the right of the file to edit the `index.md` file
23
23
3. Type the content you want on your homepage
24
24
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