From ff47cd73a41e0058c052e86fd5dda5b5ef879ab4 Mon Sep 17 00:00:00 2001 From: Lorenz Nickel Date: Thu, 7 Mar 2019 22:16:28 +0100 Subject: [PATCH] Updated link --- twemoji.amd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twemoji.amd.js b/twemoji.amd.js index f2a0ffbd..680bc6bd 100644 --- a/twemoji.amd.js +++ b/twemoji.amd.js @@ -449,7 +449,7 @@ define(function () { // verify the variant is not the FE0E one // this variant means "emoji as text" and should not // require any action/replacement - // http://unicode.org/Public/UNIDATA/StandardizedVariants.html + // http://www.unicode.org/Public/4.1.0/ucd/StandardizedVariants.html if (variant !== '\uFE0E') { src = options.callback( grabTheRightIcon(icon, variant), @@ -590,4 +590,4 @@ define(function () { }()); return twemoji; -}); \ No newline at end of file +});