From a9490984b87b8b5da0ab2e05ebfd85129f449936 Mon Sep 17 00:00:00 2001 From: Lorenz Nickel Date: Thu, 7 Mar 2019 22:17:23 +0100 Subject: [PATCH] Updated link --- twemoji.npm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twemoji.npm.js b/twemoji.npm.js index 736ada54..9ce9f418 100644 --- a/twemoji.npm.js +++ b/twemoji.npm.js @@ -449,7 +449,7 @@ var twemoji = (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), @@ -592,4 +592,4 @@ var twemoji = (function ( if (!location.protocol) { twemoji.base = twemoji.base.replace(/^http:/, ""); } -module.exports = twemoji; \ No newline at end of file +module.exports = twemoji;