Skip to content

Commit

Permalink
Update readme - Angular modules link takes to AngularJS docs (#3374)
Browse files Browse the repository at this point in the history
Fixes #3370
  • Loading branch information
manueliglesias committed May 31, 2019
1 parent 9880ef3 commit 68c9c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ npm install aws-amplify-react --save

__Angular__

If you are developing an [Angular](https://github.com/angular/angular) app, you can install an additional package `aws-amplify-angular`. This package contains an [Angular module](https://docs.angularjs.org/api/ng/function/angular.module) with a [provider and components](https://aws.github.io/aws-amplify/media/angular_guide):
If you are developing an [Angular](https://github.com/angular/angular) app, you can install an additional package `aws-amplify-angular`. This package contains an [Angular module](https://angular.io/guide/architecture-modules) with a [provider and components](https://aws.github.io/aws-amplify/media/angular_guide):

```bash
$ npm install aws-amplify --save
Expand Down

0 comments on commit 68c9c09

Please sign in to comment.