Skip to content

Commit

Permalink
docs(angular): fix wrong link to angular cli migration docs in plugin…
Browse files Browse the repository at this point in the history
… overview page (#16110)
  • Loading branch information
leosvelperez committed Apr 5, 2023
1 parent a0fb3c7 commit fa349ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/angular/documents/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ nx g @nrwl/angular:service my-service
## More Documentation

- [Angular Nx Tutorial](/angular-tutorial/1-code-generation)
- [Migrating from the Angular CLI](recipe/migration-angular)
- [Migrating from the Angular CLI](/recipes/adopting-nx/migration-angular)
- [Setup Module Federation with Angular and Nx](/recipes/module-federation/faster-builds)
- [Using NgRx](/recipes/other/misc-ngrx)
- [Using Data Persistence operators](/recipes/other/misc-data-persistence)
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/packages/angular/angular-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ nx g @nrwl/angular:service my-service
## More Documentation

- [Angular Nx Tutorial](/angular-tutorial/1-code-generation)
- [Migrating from the Angular CLI](recipe/migration-angular)
- [Migrating from the Angular CLI](/recipes/adopting-nx/migration-angular)
- [Setup Module Federation with Angular and Nx](/recipes/module-federation/faster-builds)
- [Using NgRx](/recipes/other/misc-ngrx)
- [Using Data Persistence operators](/recipes/other/misc-data-persistence)
Expand Down

1 comment on commit fa349ac

@vercel
Copy link

@vercel vercel bot commented on fa349ac Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.