From 7e41042406641003fe4add0c8aa33b7a9c39c572 Mon Sep 17 00:00:00 2001 From: Andrea Dao Date: Thu, 20 Jun 2024 13:04:53 -0500 Subject: [PATCH] edit link text for node --- docs/storefront/graphql/customers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storefront/graphql/customers.mdx b/docs/storefront/graphql/customers.mdx index 6ca8aa4db..46c68134c 100644 --- a/docs/storefront/graphql/customers.mdx +++ b/docs/storefront/graphql/customers.mdx @@ -18,7 +18,7 @@ Customer mutations and queries can do the following: * Reset a password * Get a customer address book -When you register, change, or reset a password, you can validate the password using [complexity requirements](/graphql-storefront/reference#definition-CustomersSettings) before submitting the desired password to the BigCommerce platform. +When you register, change, or reset a password, you can validate it using the password complexity requirements under the [CustomerSettings node](/graphql-storefront/reference#definition-CustomersSettings) before submitting the desired password to the BigCommerce platform. ## Tokens