From 600c37160b8811156997d55ab29b2943eb977b7a Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Tue, 15 Feb 2022 13:54:28 -0800 Subject: [PATCH] docs: fix relative link in developer documentation (#32844) --- docs/development/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/pull-requests.md b/docs/development/pull-requests.md index 492b3caa6afd2..fa4b6dfbdf19b 100644 --- a/docs/development/pull-requests.md +++ b/docs/development/pull-requests.md @@ -180,7 +180,7 @@ $ git push origin my-branch ### Step 9: Opening the Pull Request From within GitHub, opening a new pull request will present you with a template -that should be filled out. It can be found [here](../../.github/PULL_REQUEST_TEMPLATE.md). +that should be filled out. It can be found [here](https://github.com/electron/electron/blob/main/.github/PULL_REQUEST_TEMPLATE.md). If you do not adequately complete this template, your PR may be delayed in being merged as maintainers seek more information or clarify ambiguities.