From 4274e8f3a21ed10e0e91815802412fa8c061df51 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Mon, 6 Jun 2022 15:20:31 +0100 Subject: [PATCH] Fixed PEM wiki link --- src/core/operations/PEMToHex.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];