From 1fcb8adb0794963659d103fb363e52d3f2d0bf9f Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Mon, 19 Feb 2018 15:02:38 -0800 Subject: [PATCH] Fixed broken link to onboarding.md from pull-requests.md --- doc/guides/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index 3d7c548bbd3022..4fd2de923a0e48 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -660,4 +660,4 @@ you can take a look at the [guide for writing tests in Node.js]: ../writing-tests.md [https://ci.nodejs.org/]: https://ci.nodejs.org/ [IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4 -[Onboarding guide]: ../onboarding.md +[Onboarding guide]: ../../onboarding.md