diff --git a/packages/crypto-aws-kms/src/ecdsa.ts b/packages/crypto-aws-kms/src/ecdsa.ts index 4c53ff422..b3a9c81f8 100644 --- a/packages/crypto-aws-kms/src/ecdsa.ts +++ b/packages/crypto-aws-kms/src/ecdsa.ts @@ -166,7 +166,7 @@ export class EcdsaAlgorithm implements * Note: The signature returned is normalized to low-S to prevent signature malleability. This * ensures that the signature can be verified by other libraries that enforce strict verification. * More information on signature malleability can be found - * {@link @web5/crypto!Secp256k1#adjustSignatureToLowS | here}. + * {@link https://tbd54566975.github.io/web5-js/classes/_web5_crypto.Secp256k1.html#adjustSignatureToLowS | here}. * * @example * ```ts