Links in Help page navigate to incorrect pages

This commit is contained in:
Jorge Martín 2021-11-15 15:56:16 +01:00
parent a732091b6b
commit 9063539fa8
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## Human Verification [1.16.4]
24 Nov, 2021
### Changes
- Fix the URLs in Human Verification Help screen.
## Plan [1.18.3]
22 Nov, 2021

View File

@ -23,7 +23,7 @@ plugins {
kotlin("android")
}
libVersion = Version(1, 16, 3)
libVersion = Version(1, 16, 4)
android()

View File

@ -18,6 +18,6 @@
-->
<resources>
<string name="manual_verification_link">https://protonmail.com</string>
<string name="verification_help_link">https://mail.protonmail.com</string>
<string name="manual_verification_link">https://protonmail.com/support-form</string>
<string name="verification_help_link">https://protonmail.com/support/knowledge-base/human-verification/</string>
</resources>