From 5947ed21fcb5878b90107c16b681b4bef80b3370 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Mon, 1 Feb 2021 15:51:14 +0000 Subject: [PATCH] Tidied up localisation in Wikipedia URL --- src/core/operations/UnicodeTextFormat.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/UnicodeTextFormat.mjs b/src/core/operations/UnicodeTextFormat.mjs index b1fc474b..2c18848f 100644 --- a/src/core/operations/UnicodeTextFormat.mjs +++ b/src/core/operations/UnicodeTextFormat.mjs @@ -21,7 +21,7 @@ class UnicodeTextFormat extends Operation { this.name = "Unicode Text Format"; this.module = "Default"; this.description = "Adds Unicode combining characters to change formatting of plaintext."; - this.infoURL = "https://en.wikipedia.org/wiki/Combining_character"; + this.infoURL = "https://wikipedia.org/wiki/Combining_character"; this.inputType = "byteArray"; this.outputType = "byteArray"; this.args = [