diff --git a/src/core/operations/PEMToHex.mjs b/src/core/operations/PEMToHex.mjs index a4d0bdf5..afbb4972 100644 --- a/src/core/operations/PEMToHex.mjs +++ b/src/core/operations/PEMToHex.mjs @@ -24,7 +24,7 @@ class PEMToHex extends Operation { this.name = "PEM to Hex"; this.module = "Default"; this.description = "Converts PEM (Privacy Enhanced Mail) format to a hexadecimal DER (Distinguished Encoding Rules) string."; - this.infoURL = "https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail#Format"; + this.infoURL = "https://wikipedia.org/wiki/Privacy-Enhanced_Mail#Format"; this.inputType = "string"; this.outputType = "string"; this.args = [];