diff --git a/docs/generated/packages/angular.json b/docs/generated/packages/angular.json index e9a568dd8f..dfc3b1979b 100644 --- a/docs/generated/packages/angular.json +++ b/docs/generated/packages/angular.json @@ -1523,7 +1523,7 @@ } }, "additionalProperties": false, - "examplesFile": "## Information\n\nThis generator is usually used as part of the process of migrating from an Angular CLI Workspace to Nx Workspaces using `ng add @nrwl/angular`.\n\nYou can read more about [migrating from Angular CLI to Nx here](https://nx.dev/recipe/migration-angular).\n", + "examplesFile": "## Information\n\nThis generator is usually used as part of the process of migrating from an Angular CLI Workspace to Nx Workspaces using `ng add @nrwl/angular`.\n\nYou can read more about [migrating from Angular CLI to Nx here](https://nx.dev/recipes/adopting-nx/migration-angular).\n", "presets": [] }, "description": "Migrates an Angular CLI workspace to Nx or adds the Angular plugin to an Nx workspace.", diff --git a/docs/shared/getting-started/intro.md b/docs/shared/getting-started/intro.md index 060431da37..d745e93223 100644 --- a/docs/shared/getting-started/intro.md +++ b/docs/shared/getting-started/intro.md @@ -26,10 +26,10 @@ Incrementally add Nx to your repo and enjoy faster CI runs and local development {% /persona %} -{% persona type="angular" title="Enter Modern Angular" url="/recipe/migration-angular" %} +{% persona type="angular" title="Enter Modern Angular" url="/recipes/adopting-nx/migration-angular" %} Enhance your Angular development experience by leveraging its advanced generators and integrations with modern tooling. -- [Switch from the Angular CLI to Nx](/recipe/migration-angular) +- [Switch from the Angular CLI to Nx](/recipes/adopting-nx/migration-angular) {% /persona %} {% /personas %} diff --git a/packages/angular/docs/ng-add-examples.md b/packages/angular/docs/ng-add-examples.md index f1ef54d4af..ec7326478c 100644 --- a/packages/angular/docs/ng-add-examples.md +++ b/packages/angular/docs/ng-add-examples.md @@ -2,4 +2,4 @@ This generator is usually used as part of the process of migrating from an Angular CLI Workspace to Nx Workspaces using `ng add @nrwl/angular`. -You can read more about [migrating from Angular CLI to Nx here](https://nx.dev/recipe/migration-angular). +You can read more about [migrating from Angular CLI to Nx here](https://nx.dev/recipes/adopting-nx/migration-angular).