From 1d642e2ffa0b6d8e21253ede1b42fb519a2f3170 Mon Sep 17 00:00:00 2001 From: basketshoe <54729294+basketshoe@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:33:52 +0000 Subject: [PATCH] Update pairing file help link in alert (#1147) Signed-off-by: basketshoe <54729294+basketshoe@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 12804d19..ef250d19 100644 --- a/AltStore/LaunchViewController.swift +++ b/AltStore/LaunchViewController.swift @@ -364,7 +364,7 @@ final class PairingFileManager { private func presentPairingFileAlert(on vc: UIViewController) { let alert = UIAlertController(title: "Pairing File", message: "Select the pairing file or select \"Help\" for help.", preferredStyle: .alert) alert.addAction(UIAlertAction(title: "Help", style: .default) { _ in - if let url = URL(string: "https://docs.sidestore.io/docs/installation/pairing-file") { UIApplication.shared.open(url) } + if let url = URL(string: "https://docs.sidestore.io/docs/advanced/pairing-file") { UIApplication.shared.open(url) } sleep(2); exit(0) }) alert.addAction(UIAlertAction(title: "OK", style: .default) { _ in