From 0fb4398c1080878b5ef3ef38f64899f52585cabc Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 23 Jan 2022 13:20:36 -0800 Subject: [PATCH] Update to point to the 6.1 help book. --- iOS/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index 69f4a9829..89bf9c8c6 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -243,7 +243,7 @@ class SettingsViewController: UITableViewController { case 7: switch indexPath.row { case 0: - openURL("https://netnewswire.com/help/ios/6.0/en/") + openURL("https://netnewswire.com/help/ios/6.1/en/") tableView.selectRow(at: nil, animated: true, scrollPosition: .none) case 1: openURL("https://netnewswire.com/")