Skip to content

Commit f41113c

Browse files
committed
meta: redirect Corepack documentation page
1 parent b410244 commit f41113c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/site/redirects.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"source": "/api.html",
99
"destination": "/api"
1010
},
11+
{
12+
"source": "/api/corepack.html",
13+
"destination": "https://github.com/nodejs/corepack"
14+
},
15+
{
16+
"source": "/docs/latest/api/corepack.html",
17+
"destination": "https://github.com/nodejs/corepack"
18+
},
1119
{
1220
"source": "/changelog.html",
1321
"destination": "https://github.com/nodejs/node/blob/HEAD/CHANGELOG.md"
@@ -343,3 +351,4 @@
343351
],
344352
"internal": []
345353
}
354+

0 commit comments

Comments
 (0)