mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
Update LaunchViewController.swift
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com>
This commit is contained in:
@@ -175,7 +175,7 @@ final class LaunchViewController: RSTLaunchViewController, UIDocumentPickerDeleg
|
|||||||
|
|
||||||
//Add "help" button to take user to wiki
|
//Add "help" button to take user to wiki
|
||||||
let wikiOption = UIAlertAction(title: "Help", style: .default) { (action) in
|
let wikiOption = UIAlertAction(title: "Help", style: .default) { (action) in
|
||||||
let wikiURL: String = "https://docs.sidestore.io/docs/getting-started/pairing-file"
|
let wikiURL: String = "https://docs.sidestore.io/docs/installation/pairing-file"
|
||||||
if let url = URL(string: wikiURL) {
|
if let url = URL(string: wikiURL) {
|
||||||
UIApplication.shared.open(url)
|
UIApplication.shared.open(url)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user