From 183c18cdb1d16fdce9a854baeb9e502fb3bf98a5 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Mon, 19 Feb 2018 15:02:38 -0800 Subject: [PATCH] doc: fix broken link in pull-requests.md PR-URL: https://github.com/nodejs/node/pull/18873 Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson --- 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