docs: fix relative link in developer documentation (#32844)

This commit is contained in:
Erick Zhao 2022-02-15 13:54:28 -08:00 committed by GitHub
parent 512bb96dcb
commit 600c37160b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ $ git push origin my-branch
### Step 9: Opening the Pull Request ### Step 9: Opening the Pull Request
From within GitHub, opening a new pull request will present you with a template 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 If you do not adequately complete this template, your PR may be delayed in being merged as maintainers
seek more information or clarify ambiguities. seek more information or clarify ambiguities.