mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-12 09:48:34 -04:00
Fix broken link
The Disclaimer link was giving 404 error.
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user