summaryrefslogtreecommitdiff
path: root/doc/guides/contributing/pull-requests.md
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2018-04-04 07:51:26 -0700
committerTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2018-04-04 23:27:52 -0700
commit422ac61535fd190836b174bb6ad8ec2af76e1f05 (patch)
tree297225fa1dfeaa19fa02ffde9c3004a4ac262664 /doc/guides/contributing/pull-requests.md
parent49e9893d859f0dccd42bea731669cce3f0c2f9f9 (diff)
downloadandroid-node-v8-422ac61535fd190836b174bb6ad8ec2af76e1f05.tar.gz
android-node-v8-422ac61535fd190836b174bb6ad8ec2af76e1f05.tar.bz2
android-node-v8-422ac61535fd190836b174bb6ad8ec2af76e1f05.zip
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 <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/guides/contributing/pull-requests.md')
-rw-r--r--doc/guides/contributing/pull-requests.md4
1 files changed, 0 insertions, 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