summaryrefslogtreecommitdiff
path: root/doc/guides/contributing
diff options
context:
space:
mode:
authorJustin Lee <justinlee0022@gmail.com>2018-02-09 09:02:50 -0800
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-10 03:12:12 +0200
commit37c88f080de987d6adf9e2b4f7fe65cca1f5ecc2 (patch)
treea452676d03484cf124e923dbbe4831f4ffc2feb4 /doc/guides/contributing
parentedffad075e1dac0ebea7e70b05e4e49528fc59d2 (diff)
downloadandroid-node-v8-37c88f080de987d6adf9e2b4f7fe65cca1f5ecc2.tar.gz
android-node-v8-37c88f080de987d6adf9e2b4f7fe65cca1f5ecc2.tar.bz2
android-node-v8-37c88f080de987d6adf9e2b4f7fe65cca1f5ecc2.zip
doc: fix links to Style Guide and CPP Style Guide
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/guides/contributing')
-rw-r--r--doc/guides/contributing/pull-requests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index 5812c8c546..3d7c548bbd 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -109,12 +109,12 @@ If you are modifying code, please be sure to run `make lint` from time to
time to ensure that the changes follow the Node.js code style guide.
Any documentation you write (including code comments and API documentation)
-should follow the [Style Guide](doc/STYLE_GUIDE.md). Code samples included
+should follow the [Style Guide](../../STYLE_GUIDE.md). Code samples included
in the API docs will also be checked when running `make lint` (or
`vcbuild.bat lint` on Windows).
For contributing C++ code, you may want to look at the
-[C++ Style Guide](CPP_STYLE_GUIDE.md).
+[C++ Style Guide](../../../CPP_STYLE_GUIDE.md).
### Step 4: Commit