Skip to content

Commit

Permalink
Update support URLs
Browse files Browse the repository at this point in the history
Discord invite links are cursed. Cursed.
  • Loading branch information
Oliver2213 committed Aug 29, 2023
1 parent b33fdd0 commit bb67e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/ios/GuideDogs/Code/App/AppContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,12 @@ extension AppContext {
}

static func servicesAgreementURL(for locale: Locale) -> URL {
return URL(string: "https://openscape.io/services-agreement.html")!
return URL(string: "https://soundscape.services")!
}

static let companySupportURL = URL(string: "https://discord.gg/egqwNSm7")!
static let companySupportURL = URL(string: "https://discord.gg/XakpNsVMBZ")!

static let accessibilityFrance = URL(string: "https://openscape.io")!
static let accessibilityFrance = URL(string: "https://soundscape.services")!
}

}

0 comments on commit bb67e4a

Please sign in to comment.