Skip to content

Commit 982ded5

Browse files
authored
Update incorrect links in plugins.json (#6221)
* Fix `Custom Commands` and `Custom Queries` links in description for `Custom Commands` section that was incorrectly pointing to preprocessor API docs * `Amazon Cognito` was listed 3 times in `Authentication` section, removed the 2 duplications and added missing `Azure Active Directory` link
1 parent 49949c7 commit 982ded5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/plugins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
},
369369
{
370370
"name": "Custom Commands",
371-
"description": "Read the <a target=\"_blank\" href=\"/api/node-events/preprocessors-api\">Custom Commands</a> and <a target=\"_blank\" href=\"/api/node-events/preprocessors-api\">Custom Query</a> documentation to learn more.",
371+
"description": "Read the <a target=\"_blank\" href=\"/api/cypress-api/custom-commands\">Custom Commands</a> and <a target=\"_blank\" href=\"/api/cypress-api/custom-queries\">Custom Query</a> documentation to learn more.",
372372
"plugins": [
373373
{
374374
"name": "Puppeteer",
@@ -698,7 +698,7 @@
698698
},
699699
{
700700
"name": "Authentication",
701-
"description": "Take a look at our auth guides for <a href=\"/app/guides/authentication-testing/amazon-cognito-authentication\">Amazon Cognito</a>, <a href=\"/app/guides/authentication-testing/amazon-cognito-authentication\">Amazon Cognito</a>, <a href=\"/app/guides/authentication-testing/auth0-authentication\">Auth0</a>, <a href=\"/app/guides/authentication-testing/amazon-cognito-authentication\">Amazon Cognito</a>, <a href=\"/app/guides/authentication-testing/google-authentication\">Google</a>, <a href=\"/app/guides/authentication-testing/okta-authentication\">Okta Cognito</a>, and <a href=\"/app/guides/authentication-testing/social-authentication\">Social Logins</a>. Also checkout our <a target=\"_blank\" href=\"https://github.com/cypress-io/cypress-example-recipes#logging-in-recipes\">Logging in</a> recipes.",
701+
"description": "Take a look at our auth guides for <a href=\"/app/guides/authentication-testing/amazon-cognito-authentication\">Amazon Cognito</a>, <a href=\"/app/guides/authentication-testing/auth0-authentication\">Auth0</a>, <a href=\"/app/guides/authentication-testing/azure-active-directory-authentication\">Azure Active Directory</a>, <a href=\"/app/guides/authentication-testing/google-authentication\">Google</a>, <a href=\"/app/guides/authentication-testing/okta-authentication\">Okta Cognito</a>, and <a href=\"/app/guides/authentication-testing/social-authentication\">Social Logins</a>. Also checkout our <a target=\"_blank\" href=\"https://github.com/cypress-io/cypress-example-recipes#logging-in-recipes\">Logging in</a> recipes.",
702702
"plugins": [
703703
{
704704
"name": "cypress-ntlm-auth",

0 commit comments

Comments
 (0)