Skip to content

Commit

Permalink
fix: correct link to this-is-angular github (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fyodorio authored Sep 8, 2022
1 parent 4faba5c commit 11d09d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Suggested resources

- [Official documentation: Upgrading from AngularJS to Angular](https://angular.io/guide/upgrade)
- [Migrating an AngularJS Project into an Nx Workspace](https://nx.dev/migration/migration-angularjs)
- [Migrating an AngularJS Project into an Nx Workspace](https://nx.dev/recipe/migration-angularjs)
- [Two Approaches to Upgrading Angular Apps by Victor Savkin](https://blog.nrwl.io/two-approaches-to-upgrading-angular-apps-6350b33384e3)
- [Upgrading Angular Applications: Upgrade Shell by Victor Savkin](https://blog.nrwl.io/upgrading-angular-applications-upgrade-shell-4d4f4a7e7f7b)
- [Upgrading Angular Applications by Victor Savkin](https://leanpub.com/ngupgrade)
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const config = {
},
{
label: "This is Angular on GitHub",
href: "https://github.com/this-is-learning",
href: "https://github.com/this-is-angular",
},
],
},
Expand Down

0 comments on commit 11d09d6

Please sign in to comment.