From 164a20a7f1ef953a121a3abda58d127f4df7160b Mon Sep 17 00:00:00 2001 From: Heather Date: Wed, 3 Jan 2024 15:26:55 -0500 Subject: [PATCH] fix: update link example in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e00ec921d58..ce5c31f565a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,8 +31,8 @@ Which platform(s) are affected by this PR (if applicable)? - [ ] Are any files being deleted with this PR? If so, have the needed redirects been created? - [ ] Are all links in MDX files using the MDX link syntax rather than HTML link syntax?
- _ref: MDX: `[link](https://link.com)` - HTML: `link`_ + _ref: MDX: `[link](https://docs.amplify.aws/)` + HTML: `link`_ ### When this PR is ready to merge, please check the box below - [ ] Ready to merge