Update LaunchViewController.swift

Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com>
This commit is contained in:
CelloSerenity
2025-06-14 14:04:20 -06:00
committed by GitHub
parent 6c45eb096f
commit 6d308487c1

View File

@@ -175,7 +175,7 @@ final class LaunchViewController: RSTLaunchViewController, UIDocumentPickerDeleg
//Add "help" button to take user to wiki
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) {
UIApplication.shared.open(url)
}