cypress-io / cypress-documentation

Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
https://docs.cypress.io
MIT License
918 stars 1.03k forks source link

Broken links to AWS Amplify Framework Authentication Library #5763

Open MikeMcC399 opened 3 months ago

MikeMcC399 commented 3 months ago

Subject

End-to-End Testing > Testing Strategies > Amazon Cognito Authentification

Description

Issue

The page End-to-End Testing > Testing Strategies > Amazon Cognito Authentification contains multiple links to

AWS Amplify Framework Authentication Library https://aws-amplify.github.io/amplify-js/api/classes/authclass.html

which fail with a "404 File not found" error.

Suggestion

Review End-to-End Testing > Testing Strategies > Amazon Cognito Authentification and modify the page to fit the changed structure of the AWS documentation.

The nearest equivalent link appears to be https://docs.amplify.aws/javascript/build-a-backend/auth/ however that may not be a 1:1 substitute for the original (broken) link https://aws-amplify.github.io/amplify-js/api/classes/authclass.html.

jennifer-shehane commented 3 months ago

Yah I'm not sure what the original content was meant to be here.

MikeMcC399 commented 3 months ago

@jennifer-shehane

I will see if I can work it out, although I don't have experience with Amazon Cognito Authentification.