fix(ios): beta help -> staging

This commit is contained in:
jahorton 2021-02-12 10:21:36 +07:00
parent 87f45bef75
commit c93608042d

View file

@ -65,7 +65,7 @@ class InfoViewController: UIViewController, UIWebViewDelegate {
private func loadFromServer() {
let appVersion = Version.current.majorMinor
let url = "https://help.keyman.com/products/iphone-and-ipad/\(appVersion.plainString)/"
let url = "\(KeymanHosts.HELP_KEYMAN_COM)/products/iphone-and-ipad/\(appVersion.plainString)/"
webView.loadRequest(URLRequest(url: URL(string: url)!))
log.debug("Info page URL: \(url)")
}