diff --git a/docs/nx-cloud/reference/release-notes.md b/docs/nx-cloud/reference/release-notes.md index 5835ee78a4382..7472257988d04 100644 --- a/docs/nx-cloud/reference/release-notes.md +++ b/docs/nx-cloud/reference/release-notes.md @@ -96,7 +96,7 @@ To enable the light runner feature, make sure you: ##### Nx Agents -This release is also the first one to support ["Nx Agents"](https://nx.dev/ci/features/nx-agents#managed-agents-seamless-configuration). +This release is also the first one to support ["Nx Agents"](https://nx.dev/ci/features/distribute-task-execution#managed-agents-seamless-configuration). While currently experimental and disabled by default for on-prem users, we are looking for more on-prem workspaces to try it out with so please reach out to your DPE contact or to [cloud-suppport@nrwl.io](cloud-support@nrwl.io) if you are interested in helping us shape this according to your needs! diff --git a/nx-dev/nx-dev/pages/tips.tsx b/nx-dev/nx-dev/pages/tips.tsx index 703daf0b26b98..3a78941cf8871 100644 --- a/nx-dev/nx-dev/pages/tips.tsx +++ b/nx-dev/nx-dev/pages/tips.tsx @@ -107,7 +107,7 @@ const tips: NewYearTip[] = [ large monorepo - it also makes your CI fast. With features like remote caching, distributed task execution,{' '} Nx Agents @@ -311,7 +311,7 @@ const tips: NewYearTip[] = [

Read more about the upcoming{' '} Nx Agents diff --git a/nx-dev/ui-home/src/lib/hero.tsx b/nx-dev/ui-home/src/lib/hero.tsx index 4327324d25c90..6e5db9eb5b211 100644 --- a/nx-dev/ui-home/src/lib/hero.tsx +++ b/nx-dev/ui-home/src/lib/hero.tsx @@ -30,7 +30,7 @@ export function Hero(): JSX.Element { Nx Agents, the next leap in CI.{' '} diff --git a/nx-dev/ui-home/src/lib/nx-with-ci.tsx b/nx-dev/ui-home/src/lib/nx-with-ci.tsx index 43ac965f7d36f..881edc18cc13a 100644 --- a/nx-dev/ui-home/src/lib/nx-with-ci.tsx +++ b/nx-dev/ui-home/src/lib/nx-with-ci.tsx @@ -166,7 +166,10 @@ export function NxWithCi(): JSX.Element {