From 799bfc7af757954e95cf591c154ee3921d167ac6 Mon Sep 17 00:00:00 2001 From: Lorenz Nickel Date: Thu, 7 Mar 2019 22:15:48 +0100 Subject: [PATCH] Updated link --- twemoji-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twemoji-generator.js b/twemoji-generator.js index a8cbd381..3dc44558 100755 --- a/twemoji-generator.js +++ b/twemoji-generator.js @@ -727,7 +727,7 @@ function createTwemoji(re) { // 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),