From a390d74561b72f0b13cba65844ce60c379198087 Mon Sep 17 00:00:00 2001 From: Jeff Griffiths Date: Mon, 4 Jan 2021 12:07:05 -0800 Subject: [PATCH] Updated the url for RFC 19 so that it isn't a 404. PR-URL: https://github.com/npm/cli/pull/2440 Credit: @therealjeffg Close: #2440 Reviewed-by: @isaacs --- lib/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/update.js b/lib/update.js index bbc6732dba6d0..6eaa085b8766d 100644 --- a/lib/update.js +++ b/lib/update.js @@ -24,7 +24,7 @@ const update = async args => { if (npm.flatOptions.depth) { log.warn('update', 'The --depth option no longer has any effect. See RFC0019.\n' + - 'https://github.com/npm/rfcs/blob/latest/accepted/0019-remove-update-depth-option.md') + 'https://github.com/npm/rfcs/blob/latest/implemented/0019-remove-update-depth-option.md') } const arb = new Arborist({