[build] 4.9.1

This commit is contained in:
liqingwei 2019-02-21 17:26:40 +08:00
commit 29d9cda3de
7 changed files with 8 additions and 8 deletions

View file

@ -893,7 +893,7 @@ var 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 +

File diff suppressed because one or more lines are too long