change project website url (#1128)

This commit is contained in:
Konrad Pozniak 2019-03-18 15:47:02 +01:00 committed by GitHub
commit 463b008090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 30 additions and 30 deletions

View file

@ -48,14 +48,14 @@ public class EmojiCompatFont {
"Blobmoji",
R.string.caption_blobmoji,
R.drawable.ic_blobmoji,
"https://tuskyapp.github.io/hosted/emoji/BlobmojiCompat.ttf"
"https://tusky.app/hosted/emoji/BlobmojiCompat.ttf"
);
private static final EmojiCompatFont TWEMOJI =
new EmojiCompatFont("Twemoji",
"Twemoji",
R.string.caption_twemoji,
R.drawable.ic_twemoji,
"https://tuskyapp.github.io/hosted/emoji/TwemojiCompat.ttf"
"https://tusky.app/hosted/emoji/TwemojiCompat.ttf"
);
/**