Password policies: Fix link from API docs to password policy syntax (#11755)

Fixed the issue with the URL link for the Password Policy Syntax.
This commit is contained in:
Maha Sharabinth 2021-06-09 03:50:15 +10:00 committed by GitHub
parent 45cbe25f5f
commit 3baf0fd41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ generation times.
This is specified as part of the request URL.
- `policy` `(string: <required>)` - 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