Skip to content

Commit 09de0be

Browse files
committed
feat: Use real link.
1 parent fba1d91 commit 09de0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appconfig/src/main/kotlin/io/element/android/appconfig/LearnMoreConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ object LearnMoreConfig {
1313
const val DEVICE_VERIFICATION_URL: String = "https://element.io/help#encryption-device-verification"
1414
const val SECURE_BACKUP_URL: String = "https://element.io/help#encryption5"
1515
const val IDENTITY_CHANGE_URL: String = "https://element.io/help#encryption18"
16-
const val HISTORY_VISIBLE_URL: String = "https://example.com"
16+
const val HISTORY_VISIBLE_URL: String = "https://element.io/en/help#e2ee-history-sharing"
1717
}

0 commit comments

Comments
 (0)