diff --git a/src/core/operations/RemoveANSIEscapeCodes.mjs b/src/core/operations/RemoveANSIEscapeCodes.mjs index fa413354..7470514f 100644 --- a/src/core/operations/RemoveANSIEscapeCodes.mjs +++ b/src/core/operations/RemoveANSIEscapeCodes.mjs @@ -20,7 +20,7 @@ class RemoveANSIEscapeCodes extends Operation { this.name = "Remove ANSI Escape Codes"; this.module = "Default"; this.description = "Removes ANSI Escape Codes."; - this.infoURL = "https://en.wikipedia.org/wiki/ANSI_escape_code"; + this.infoURL = "https://wikipedia.org/wiki/ANSI_escape_code"; this.inputType = "string"; this.outputType = "string"; this.args = [];