Skip to content

Commit 6ee5ddd

Browse files
authored
fix: update link example in PR template (aws-amplify#6730)
1 parent d6dd894 commit 6ee5ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Which platform(s) are affected by this PR (if applicable)?
3131
- [ ] Are any files being deleted with this PR? If so, have the needed redirects been created?
3232

3333
- [ ] Are all links in MDX files using the MDX link syntax rather than HTML link syntax? <br />
34-
_ref: MDX: `[link](https://link.com)`
35-
HTML: `<a href="https://link.com">link</a>`_
34+
_ref: MDX: `[link](https://docs.amplify.aws/)`
35+
HTML: `<a href="https://docs.amplify.aws/">link</a>`_
3636

3737
### When this PR is ready to merge, please check the box below
3838
- [ ] Ready to merge

0 commit comments

Comments
 (0)