Skip to content

Commit 4981e98

Browse files
justin0022MylesBorins
authored andcommitted
doc: fix links to Style Guide and CPP Style Guide
PR-URL: #18683 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent c0d6945 commit 4981e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/contributing/pull-requests.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ If you are modifying code, please be sure to run `make lint` from time to
109109
time to ensure that the changes follow the Node.js code style guide.
110110

111111
Any documentation you write (including code comments and API documentation)
112-
should follow the [Style Guide](doc/STYLE_GUIDE.md). Code samples included
112+
should follow the [Style Guide](../../STYLE_GUIDE.md). Code samples included
113113
in the API docs will also be checked when running `make lint` (or
114114
`vcbuild.bat lint` on Windows).
115115

116116
For contributing C++ code, you may want to look at the
117-
[C++ Style Guide](CPP_STYLE_GUIDE.md).
117+
[C++ Style Guide](../../../CPP_STYLE_GUIDE.md).
118118

119119
### Step 4: Commit
120120

0 commit comments

Comments
 (0)