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

Commit 8d46575

Browse files
committed
use the suggested change for hyperlink
1 parent 2258082 commit 8d46575

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,10 @@ steps:
276276
type: createReview
277277
body: 08e-list.md
278278
event: REQUEST_CHANGES
279-
- type: createReview
279+
- type: createPullRequestComment
280280
body: 09-add-links.md
281-
event: COMMENT
281+
file: index.html
282+
position: 7
282283

283284
- title: Add links
284285
description: Add links

responses/06-add-image.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ You'll also notice that the image tag doesn't need to close since it is consider
1212

1313
### :keyboard: Activity: Add an image to your web page
1414

15+
Apply this suggested change, or follow the instructions below if you'd like to type out the code manually.
16+
1517
```suggestion
1618
<img src="{{ user.avatarUrl }}">
1719

responses/09-add-links.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Hyperlinks allow people to navigate through pages on the web. Links are achieved
2323

2424
### :keyboard: Activity: Create links to your favorite sites
2525

26+
Apply this suggested change, or follow the instructions below if you'd like to type out the code manually.
27+
28+
```suggestion
29+
<li>My favorite site is <a href="https://github.com">GitHub</a>!</li>
30+
```
31+
2632
1. Click on **Files Changed**.
2733
1. Click on the ellipsis (...) and select **Edit file**.
2834
1. In the list you just created, add a link to each of your favorite sites to their respective URLs. You can do this by adding an opening anchor tag `<a>` tag with `href` attribute with your favorite site's URL, the name of the site inside the anchor tag, and a closing anchor `</a>` tag. Here is an example of a list item with a link:

0 commit comments

Comments
 (0)