Regularise Wikipedia link

This commit is contained in:
GCHQDeveloper581 2026-03-02 10:01:46 +00:00 committed by GitHub
parent 9f5f1c2c4d
commit 50283a8420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ class RemoveANSIEscapeCodes extends Operation {
this.name = "Remove ANSI Escape Codes"; this.name = "Remove ANSI Escape Codes";
this.module = "Default"; this.module = "Default";
this.description = "Removes ANSI Escape Codes."; 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.inputType = "string";
this.outputType = "string"; this.outputType = "string";
this.args = []; this.args = [];