Skip to content

Commit

Permalink
fix(nx-dev): redirect core-features to features
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Feb 5, 2024
1 parent 7ca576b commit 9c2774c
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 @@ -455,6 +455,7 @@ const nxCloudUrls = {
'/nx-cloud/features/nx-cloud-workflows': '/ci/features/nx-agents',
'/ci': '/ci/intro/ci-with-nx',
'/nx-cloud/:path*': '/ci/:path*',
'/core-features/:path*': '/features/:path*',
};

/**
Expand Down

0 comments on commit 9c2774c

Please sign in to comment.