Skip to content

Commit ee736b2

Browse files
mhdawsonitaloacasas
authored andcommitted
doc: fix broken link in COLLABORATOR_GUIDE.md
One of the links to CONTRIBUTING.md was broken in the doc. Updated broken link to be the same as the other one in the doc that was working. PR-URL: #10267 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Italo A. Casas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 46c55a6 commit ee736b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

COLLABORATOR_GUIDE.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ information regarding the change process:
126126
- Protects against the assumption that GitHub will be around forever.
127127

128128
Review the commit message to ensure that it adheres to the guidelines
129-
outlined in the [contributing](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#step-3-commit) guide.
129+
outlined in the [contributing](./CONTRIBUTING.md#step-3-commit) guide.
130130

131131
See the commit log for examples such as
132132
[this one](https://github.com/nodejs/node/commit/b636ba8186) if unsure
@@ -237,7 +237,8 @@ Save the file and close the editor. You'll be asked to enter a new
237237
commit message for that commit. This is a good moment to fix incorrect
238238
commit logs, ensure that they are properly formatted, and add
239239
`Reviewed-By` lines.
240-
* The commit message text must conform to the [commit message guidelines](../CONTRIBUTING.md#step-3-commit).
240+
* The commit message text must conform to the
241+
[commit message guidelines](./CONTRIBUTING.md#step-3-commit).
241242

242243
Time to push it:
243244

0 commit comments

Comments
 (0)