mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 05:09:25 +00:00
fix(ios): beta help -> staging
This commit is contained in:
parent
87f45bef75
commit
c93608042d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue