From 08d055adf1b568b1105d867c5e3b4a52f921d82b Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Tue, 21 Nov 2023 17:40:18 -0500 Subject: [PATCH] Fix self-review checklist PR template link --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9e5a78207be8..d9110c21f489 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,4 +19,4 @@ If you made changes to the `content` directory, a table will populate in a comme - [ ] I have reviewed my changes in staging, available via the **View deployment** link in this PR's timeline. - For content changes, you will also see an automatically generated comment with links directly to pages you've modified. The comment won't appear if your PR only edits files in the `data` directory. -- [ ] For content changes, I have completed the [self-review checklist](https://github.com/github/docs/blob/main/contributing/self-review.md#self-review). +- [ ] For content changes, I have completed the [self-review checklist](https://docs.github.com/en/contributing/collaborating-on-github-docs/self-review-checklist).