From 422ac61535fd190836b174bb6ad8ec2af76e1f05 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 4 Apr 2018 07:51:26 -0700 Subject: doc: remove link to "breaking changes" wiki Breaking changes wiki is not updated, so removing the paragraph PR-URL: https://github.com/nodejs/node/pull/19795 Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: James M Snell --- doc/guides/contributing/pull-requests.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index 9220ab4e8e..7aaf30c62b 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -165,10 +165,6 @@ use `Refs:`. 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) -for the level of detail that's suitable. - Sample complete commit message: ```txt -- cgit v1.2.3