Skip to content

Commit d30c353

Browse files
justin0022gibfahn
authored andcommitted
doc: fix links to Style Guide and CPP Style Guide
PR-URL: #18683 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 176ed1e commit d30c353

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)