Skip to content

Commit

Permalink
docs(nxdev): fix internal module federation link (#9996)
Browse files Browse the repository at this point in the history
Fixes #9990
  • Loading branch information
bcabanes committed Apr 25, 2022
1 parent 8f13762 commit f7efef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/shared/angular-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Read more about:
## More Documentation

- [Angular Nx Tutorial](/angular-tutorial/01-create-application)
- [Setup a Micro Frontend with Angular and Nx](/guides/setup-mfe-with-angular)
- [Setup Module Federation with Angular and Nx](/module-federation/faster-builds)
- [Using NgRx](/guides/misc-ngrx)
- [Using DataPersistence](/guides/misc-data-persistence)
- [Upgrading an AngularJS application to Angular](/guides/misc-upgrade)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide will walk through how the concept of “Build once, deploy everywhere

## Prerequisites

This guide follows the previous Angular Micro Frontend guide. It will use the same workspace that was created in that guide. If you have not completed it, you can find that guide [here](/micro-frontends/setup-mfe-with-angular).
This guide follows the previous Angular Micro Frontend guide. It will use the same workspace that was created in that guide. If you have not completed it, you can find that guide [here](/module-federation/faster-builds).

## Aim

Expand Down

1 comment on commit f7efef4

@vercel
Copy link

@vercel vercel bot commented on f7efef4 Apr 25, 2022

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-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.