Skip to content

Commit

Permalink
fix(nx-dev): redirect core-features page (#21616)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7513da3)
  • Loading branch information
mandarini authored and FrozenPandaz committed Feb 5, 2024
1 parent 81d73e3 commit 8764424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nx-dev/nx-dev/redirect-rules.js
Expand Up @@ -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*',
};

/**
Expand Down

0 comments on commit 8764424

Please sign in to comment.