Skip to content

Commit 6956d2c

Browse files
committed
update reference to [email protected] to new ticket link
1 parent 4334c90 commit 6956d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AlgoliaSearchClient/Transport/URLSession/URLRequest+SwitchHost.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public extension URLRequest {
3535
case invalidPath(String)
3636

3737
public var errorDescription: String? {
38-
let contactUs = "Please contact [email protected] if this problem occurs."
38+
let contactUs = "Please contact Algolia Support team via https://alg.li/support if a problem occurs."
3939
switch self {
4040
case .badHost(let host):
4141
return "Bad host: \(host). Will retry with next host. " + contactUs

0 commit comments

Comments
 (0)