Skip to content

Commit

Permalink
docs(core): redirect for nx-agents (#21617)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Feb 5, 2024
1 parent 717d45f commit 19fc320
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nx-dev/nx-dev/redirect-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,9 @@ const nxCloudUrls = {
'/nx-cloud/concepts/scenarios': '/ci/concepts/cache-security',
'/nx-cloud/account/encryption': '/ci/recipes/security/encryption',
'/nx-cloud/concepts/encryption': '/ci/recipes/security/encryption',
'/nx-cloud/features/nx-cloud-workflows': '/ci/features/nx-agents',
'/nx-cloud/features/nx-cloud-workflows':
'/ci/features/distribute-task-execution',
'/ci/features/nx-agents': '/ci/features/distribute-task-execution',
'/ci': '/ci/intro/ci-with-nx',
'/nx-cloud/:path*': '/ci/:path*',
};
Expand Down

0 comments on commit 19fc320

Please sign in to comment.