fix: github assets url (#774)

This commit is contained in:
louislivi 2019-02-21 17:25:33 +08:00 committed by cinwell.li
commit 140bf10377
2 changed files with 2 additions and 2 deletions

View file

@ -892,7 +892,7 @@ const AllGithubEmoji = [
window.emojify = function (match, $1) {
return AllGithubEmoji.indexOf($1) === -1 ?
match :
'<img class="emoji" src="https://assets-cdn.github.com/images/icons/emoji/' +
'<img class="emoji" src="https://github.githubassets.com/images/icons/emoji/' +
$1 +
'.png" alt="' +
$1 +