docs(core): fix angular migration link

This commit is contained in:
Juri 2022-10-13 20:02:00 +02:00 committed by Juri Strumpflohner
parent ab89351f62
commit 909ffcccbb
3 changed files with 4 additions and 4 deletions

View File

@ -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.",

View File

@ -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 %}

View File

@ -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).