From 6d308487c1ae56569e270548d903c9d5d649410f Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:04:20 -0600 Subject: [PATCH] Update LaunchViewController.swift Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- AltStore/LaunchViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/LaunchViewController.swift b/AltStore/LaunchViewController.swift index 8086e5ec..d10c291f 100644 --- a/AltStore/LaunchViewController.swift +++ b/AltStore/LaunchViewController.swift @@ -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) }