Skip to content

Commit 1c9adaf

Browse files
committed
Fix the app download URL
1 parent b95b370 commit 1c9adaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ client.Messages.Send(context.Background(), &httpsms.MessageSendParams{
7474

7575
## Android App
7676

77-
[The Android App](https://github.com/NdoleStudio/httpsms/releases/latest/download/HttpSms.apk) is a native application built using Kotlin with material design principles.
77+
[The Android App](https://apk.httpsms.com/HttpSms.apk) is a native application built using Kotlin with material design principles.
7878
This app must be installed on an Android phone before you can start sending and receiving SMS messages.
7979

8080
[<img src=".github/ghbadge.png" alt="Get it on GitHub" height="80">](https://github.com/NdoleStudio/httpsms/releases/)

web/.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ APP_URL=https://httpsms.com
44
APP_NAME=httpSMS
55
APP_GITHUB_URL=https://github.com/NdoleStudio/httpsms
66
APP_DOCUMENTATION_URL=https://docs.httpsms.com
7-
APP_DOWNLOAD_URL=https://github.com/NdoleStudio/httpsms/releases/latest/download/HttpSms.apk
7+
APP_DOWNLOAD_URL=https://apk.httpsms.com/HttpSms.apk
88
APP_ENV=production
99

1010
CHECKOUT_URL=https://httpsms.lemonsqueezy.com/checkout/buy/706c5638-4c8d-40db-a6f2-b6371b7e0af4

0 commit comments

Comments
 (0)