diff --git a/src/core/operations/GenerateAllChecksums.mjs b/src/core/operations/GenerateAllChecksums.mjs index 0c6de777..b5a3d152 100644 --- a/src/core/operations/GenerateAllChecksums.mjs +++ b/src/core/operations/GenerateAllChecksums.mjs @@ -26,7 +26,7 @@ class GenerateAllChecksums extends Operation { this.name = "Generate all checksums"; this.module = "Crypto"; this.description = "Generates all available checksums for the input."; - this.infoURL = "https://wikipedia.org/wiki/Cyclic_redundancy_check"; + this.infoURL = "https://wikipedia.org/wiki/Checksum"; this.inputType = "ArrayBuffer"; this.outputType = "string"; this.args = [