From f41113c340ae17f5f1ab446d0787b68298460cfd Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 11 Apr 2025 19:14:11 +0200 Subject: [PATCH] meta: redirect Corepack documentation page --- apps/site/redirects.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/site/redirects.json b/apps/site/redirects.json index 02cc24e0f0ca2..8acf2bf037f82 100644 --- a/apps/site/redirects.json +++ b/apps/site/redirects.json @@ -8,6 +8,14 @@ "source": "/api.html", "destination": "/api" }, + { + "source": "/api/corepack.html", + "destination": "https://github.com/nodejs/corepack" + }, + { + "source": "/docs/latest/api/corepack.html", + "destination": "https://github.com/nodejs/corepack" + }, { "source": "/changelog.html", "destination": "https://github.com/nodejs/node/blob/HEAD/CHANGELOG.md" @@ -343,3 +351,4 @@ ], "internal": [] } +