From 7513da3aca4cc5a2f9fb3c8bb7f497a000180211 Mon Sep 17 00:00:00 2001 From: Katerina Skroumpelou Date: Mon, 5 Feb 2024 19:58:50 +0200 Subject: [PATCH] fix(nx-dev): redirect core-features page (#21616) --- nx-dev/nx-dev/redirect-rules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nx-dev/nx-dev/redirect-rules.js b/nx-dev/nx-dev/redirect-rules.js index ca124401d5c33..97d75821a9e38 100644 --- a/nx-dev/nx-dev/redirect-rules.js +++ b/nx-dev/nx-dev/redirect-rules.js @@ -457,6 +457,7 @@ const nxCloudUrls = { '/ci/features/nx-agents': '/ci/features/distribute-task-execution', '/ci': '/ci/intro/ci-with-nx', '/nx-cloud/:path*': '/ci/:path*', + '/core-features/:path*': '/features/:path*', }; /**