From 3f815d93bfeb320344ae3617cab99f69b3189b1f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 3 Feb 2021 14:26:07 +0100 Subject: [PATCH] doc: fix pr-url for DEP0148 PR-URL: https://github.com/nodejs/node/pull/37205 Reviewed-By: Beth Griggs Reviewed-By: Richard Lau Reviewed-By: Pooja D P Reviewed-By: Darshan Sen Reviewed-By: Zijian Liu Reviewed-By: James M Snell --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index c66e27895bcd61..c61d2ad9366af3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2681,7 +2681,7 @@ Use `fs.rm(path, { recursive: true, force: true })` instead.