diff --git a/view/peko/shortLink/index.html b/view/peko/shortLink/index.html
index c4d15a6..8a6515b 100644
--- a/view/peko/shortLink/index.html
+++ b/view/peko/shortLink/index.html
@@ -47,9 +47,9 @@
window.location.replace(res.data.customValue);
} else {
if (browser.ios) {
- window.location.replace('https://app.adjust.com/14c9ggtx')
+ window.location.replace('https://apps.apple.com/cn/app/id6446155565')
} else if (browser.android) {
- window.location.replace('https://app.adjust.com/14ayv1j8')
+ window.location.replace('https://play.google.com/store/apps/details?id=com.vele.pekolive')
} else {
window.location.replace('http://www.pekolive.com/')
}