From f03f744863d049db592528ff1799fb1cbc9a769b Mon Sep 17 00:00:00 2001 From: Adam Blackwell Date: Tue, 16 Aug 2022 20:56:25 -0400 Subject: [PATCH] fix: Fixed link to pull request template --- .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 e6d481395f..9e64d8df7a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -47,4 +47,4 @@ Please provide detailed step-by-step instructions for testing this change. Include anything else that will help reviewers and consumers understand the change. - Does this change depend on other changes elsewhere? - Any special concerns or limitations? For example: deprecations, migrations, security, or accessibility. -- If your [database migration]([url](https://openedx.atlassian.net/wiki/spaces/AC/pages/23003228/Everything+About+Database+Migrations)) can't be rolled back easily. +- If your [database migration](https://openedx.atlassian.net/wiki/spaces/AC/pages/23003228/Everything+About+Database+Migrations) can't be rolled back easily.