From 4e3820fbcdb35c48dab33419b15f77b988586c72 Mon Sep 17 00:00:00 2001 From: Barrie Treloar Date: Thu, 20 Aug 2020 11:37:53 +0930 Subject: [PATCH] Fix url to Amazon Cognito Identity SDK Existing link points to archived project, update to point to project's new location --- WebApplication/2_UserManagement/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebApplication/2_UserManagement/README.md b/WebApplication/2_UserManagement/README.md index f50804a9..4d3a4864 100644 --- a/WebApplication/2_UserManagement/README.md +++ b/WebApplication/2_UserManagement/README.md @@ -97,7 +97,7 @@ The [/js/config.js][configjs] file contains settings for the user pool ID, app c Amplify Console should pick up the changes and begin building and deploying your web application. -**Note:** Instead of having you write the browser-side code for managing the registration, verification, and sign in flows, we provide a working implementation in the assets you deployed in the first module. The [cognito-auth.js](../1_StaticWebHosting/website/js/cognito-auth.js) file contains the code that handles UI events and invokes the appropriate Amazon Cognito Identity SDK methods. For more information about the SDK, see the [project page on GitHub](https://github.com/aws/amazon-cognito-identity-js). +**Note:** Instead of having you write the browser-side code for managing the registration, verification, and sign in flows, we provide a working implementation in the assets you deployed in the first module. The [cognito-auth.js](../1_StaticWebHosting/website/js/cognito-auth.js) file contains the code that handles UI events and invokes the appropriate Amazon Cognito Identity SDK methods. For more information about the SDK, see the [project page on GitHub](https://github.com/aws-amplify/amplify-js/tree/master/packages/amazon-cognito-identity-js). ## Implementation Validation @@ -145,4 +145,4 @@ The [/js/config.js][configjs] file contains settings for the user pool ID, app c [serverless-backend]: ../3_ServerlessBackend/ [cognito-console]: https://console.aws.amazon.com/cognito/home [configjs]: ../1_StaticWebHosting/website/js/config.js -[jwt-decoder]: https://jwt.io/ \ No newline at end of file +[jwt-decoder]: https://jwt.io/