From 3baf0fd41b71d4e01daa85a57597a6d6c7b48b84 Mon Sep 17 00:00:00 2001 From: Maha Sharabinth Date: Wed, 9 Jun 2021 03:50:15 +1000 Subject: [PATCH] Password policies: Fix link from API docs to password policy syntax (#11755) Fixed the issue with the URL link for the Password Policy Syntax. --- website/content/api-docs/system/policies-password.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/system/policies-password.mdx b/website/content/api-docs/system/policies-password.mdx index c3a38690d2..0b5aabbcf0 100644 --- a/website/content/api-docs/system/policies-password.mdx +++ b/website/content/api-docs/system/policies-password.mdx @@ -37,7 +37,7 @@ generation times. This is specified as part of the request URL. - `policy` `(string: )` - Specifies the password policy document. This can be - base64-encoded to avoid string escaping. See [Password Policy Syntax](#password-policy-syntax) + base64-encoded to avoid string escaping. See [Password Policy Syntax](/docs/concepts/password-policies#password-policy-syntax) for details on password policy definitions. ### Sample Payload