Skip to content

Commit 71d6fcd

Browse files
authored
Fix identity pinning link. (#3395)
1 parent 2c1ae9a commit 71d6fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElementX/Sources/Application/AppSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ final class AppSettings {
126126
/// A URL where users can go read more about the chat backup.
127127
let chatBackupDetailsURL: URL = "https://element.io/help#encryption5"
128128
/// A URL where users can go read more about identity pinning violations
129-
let identityPinningViolationDetailsURL: URL = "https://element.io/help#18"
129+
let identityPinningViolationDetailsURL: URL = "https://element.io/help#encryption18"
130130
/// Any domains that Element web may be hosted on - used for handling links.
131131
let elementWebHosts = ["app.element.io", "staging.element.io", "develop.element.io"]
132132

0 commit comments

Comments
 (0)