X Tutup
Skip to content

Commit 2b97ff3

Browse files
trop[bot]erickzhao
andauthored
docs: fix relative link in developer documentation (electron#32922)
Co-authored-by: Erick Zhao <erick@hotmail.ca>
1 parent 87590da commit 2b97ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ $ git push origin my-branch
180180
### Step 9: Opening the Pull Request
181181

182182
From within GitHub, opening a new pull request will present you with a template
183-
that should be filled out. It can be found [here](../../.github/PULL_REQUEST_TEMPLATE.md).
183+
that should be filled out. It can be found [here](https://github.com/electron/electron/blob/main/.github/PULL_REQUEST_TEMPLATE.md).
184184

185185
If you do not adequately complete this template, your PR may be delayed in being merged as maintainers
186186
seek more information or clarify ambiguities.

0 commit comments

Comments
 (0)
X Tutup