Skip to content

Commit 11d09d6

Browse files
authored
fix: correct link to this-is-angular github (#18)
1 parent 4faba5c commit 11d09d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/frameworks-and-libraries/migrate-from-angularjs-to-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Suggested resources
44

55
- [Official documentation: Upgrading from AngularJS to Angular](https://angular.io/guide/upgrade)
6-
- [Migrating an AngularJS Project into an Nx Workspace](https://nx.dev/migration/migration-angularjs)
6+
- [Migrating an AngularJS Project into an Nx Workspace](https://nx.dev/recipe/migration-angularjs)
77
- [Two Approaches to Upgrading Angular Apps by Victor Savkin](https://blog.nrwl.io/two-approaches-to-upgrading-angular-apps-6350b33384e3)
88
- [Upgrading Angular Applications: Upgrade Shell by Victor Savkin](https://blog.nrwl.io/upgrading-angular-applications-upgrade-shell-4d4f4a7e7f7b)
99
- [Upgrading Angular Applications by Victor Savkin](https://leanpub.com/ngupgrade)

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const config = {
9292
},
9393
{
9494
label: "This is Angular on GitHub",
95-
href: "https://github.com/this-is-%3Cspan%20class="x x-first x-last">learning",
95+
href: "https://github.com/this-is-%3Cspan%20class="x x-first x-last">angular",
9696
},
9797
],
9898
},

0 commit comments

Comments
 (0)