From 50283a842035bf9e00d8649641af10a3392932b5 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:01:46 +0000 Subject: [PATCH] Regularise Wikipedia link --- src/core/operations/RemoveANSIEscapeCodes.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];