From b586c6a7ee648c9e9f9e0b65ba57d70097303e61 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 d30ea091414f15..3b896521cd06d8 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2681,7 +2681,7 @@ Use `fs.rm(path, { recursive: true, force: true })` instead.