Fix broken link

The Disclaimer link was giving 404 error.
This commit is contained in:
Satvik Gaikwad
2022-01-12 08:49:11 +00:00
parent 805257d634
commit 55b6c243cf

View File

@@ -51,7 +51,7 @@ class AccountActivity : BaseActivity() {
private val URL_TOS = "https://www.google.com/mobile/android/market-tos.html"
private val URL_LICENSE = "https://gitlab.com/AuroraOSS/AuroraStore/raw/master/LICENSE"
private val URL_DISCLAIMER = "https://gitlab.com/AuroraOSS/AuroraStore/raw/master/DISCLAIMER"
private val URL_DISCLAIMER = "https://gitlab.com/AuroraOSS/AuroraStore/raw/master/DISCLAIMER.md"
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
@@ -232,4 +232,4 @@ class AccountActivity : BaseActivity() {
override fun onReconnected() {
}
}
}