Skip to content

Commit 2106545

Browse files
committed
Add redirects for /cli
1 parent b7fcc8a commit 2106545

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/redirects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,9 @@ module.exports = [
256256
destination: "/reference/using/cli/:path*",
257257
permanent: false,
258258
},
259+
{
260+
source: "/cli/:path*",
261+
destination: "/reference/using/cli/:path*",
262+
permanent: false,
263+
},
259264
];

0 commit comments

Comments
 (0)