Skip to content

Commit 486f14f

Browse files
authored
fixed emoji url
1 parent 5b3ceb8 commit 486f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editormd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@
33653365

33663366
// Emoji graphics files url path
33673367
editormd.emoji = {
3368-
path : "http://www.emoji-cheat-sheet.com/graphics/emojis/",
3368+
path : "https://www.webpagefx.com/tools/emoji-cheat-sheet/graphics/emojis/",
33693369
ext : ".png"
33703370
};
33713371

0 commit comments

Comments
 (0)