Skip to content

Commit

Permalink
docs: fix relative link in developer documentation (#32844)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Feb 15, 2022
1 parent 512bb96 commit 600c371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/pull-requests.md
Expand Up @@ -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.
Expand Down

0 comments on commit 600c371

Please sign in to comment.