Skip to content

Commit 6d30848

Browse files
Update LaunchViewController.swift
Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com>
1 parent 6c45eb0 commit 6d30848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AltStore/LaunchViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ final class LaunchViewController: RSTLaunchViewController, UIDocumentPickerDeleg
175175

176176
//Add "help" button to take user to wiki
177177
let wikiOption = UIAlertAction(title: "Help", style: .default) { (action) in
178-
let wikiURL: String = "https://docs.sidestore.io/docs/getting-started/pairing-file"
178+
let wikiURL: String = "https://docs.sidestore.io/docs/installation/pairing-file"
179179
if let url = URL(string: wikiURL) {
180180
UIApplication.shared.open(url)
181181
}

0 commit comments

Comments
 (0)