From ad3b1f1af246bae7f509b36c6dcb0ec67dc55f8f Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 3 Apr 2018 12:54:13 -0700 Subject: [PATCH] doc: update "Breaking changes" link This code change updates "Breaking changes" link from "v0.4 to v0.6" to generic "API/Breaking Changes" wiki --- 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 9220ab4e8e6396..98a79d6b0a8c78 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -166,7 +166,7 @@ contain an explanation about the reason of the breaking change, which situation would trigger the breaking change and what is the exact change. Breaking changes will be listed in the wiki with the aim to make upgrading -easier. Please have a look at [Breaking Changes](https://github.com/nodejs/node/wiki/Breaking-changes-between-v4-LTS-and-v6-LTS) +easier. Please have a look at [Breaking Changes](https://github.com/nodejs/node/wiki#apibreaking-changes) for the level of detail that's suitable. Sample complete commit message: