diff --git a/identity/handler.go b/identity/handler.go index 7c32e56fa058..795824fcf046 100644 --- a/identity/handler.go +++ b/identity/handler.go @@ -344,7 +344,7 @@ type AdminIdentityImportCredentialsPassword struct { // // swagger:model identityWithCredentialsPasswordConfig type AdminIdentityImportCredentialsPasswordConfig struct { - // The hashed password in [PHC format]( https://www.ory.sh/docs/kratos/concepts/credentials/username-email-password#hashed-password-format) + // The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords) HashedPassword string `json:"hashed_password"` // The password in plain text if no hash is available.