Skip to content

Commit 5de5642

Browse files
committed
feat: Use real link.
1 parent e00d939 commit 5de5642

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
@@ -12,5 +12,5 @@ object LearnMoreConfig {
1212
const val DEVICE_VERIFICATION_URL: String = "https://element.io/help#encryption-device-verification"
1313
const val SECURE_BACKUP_URL: String = "https://element.io/help#encryption5"
1414
const val IDENTITY_CHANGE_URL: String = "https://element.io/help#encryption18"
15-
const val HISTORY_VISIBLE_URL: String = "https://example.com"
15+
const val HISTORY_VISIBLE_URL: String = "https://element.io/en/help#e2ee-history-sharing"
1616
}

0 commit comments

Comments
 (0)