From 0972b52009fb1095104a5618dd72cea37ae5ce25 Mon Sep 17 00:00:00 2001 From: scoudeville <32127801+scoudeville@users.noreply.github.com> Date: Wed, 8 May 2019 16:25:36 +0200 Subject: [PATCH] Updated Emojis URL that no longer exists --- editormd.amd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editormd.amd.js b/editormd.amd.js index daf4994a..bac0652a 100644 --- a/editormd.amd.js +++ b/editormd.amd.js @@ -3434,7 +3434,7 @@ // Emoji graphics files url path editormd.emoji = { - path : "http://www.emoji-cheat-sheet.com/graphics/emojis/", + path : "https://www.webfx.com/tools/emoji-cheat-sheet/graphics/emojis/", ext : ".png" };