From 8be9bf6861f90ce439a1b0b8b0b1aeda92dcb8eb Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 20 Jun 2021 16:03:54 -0700 Subject: [PATCH] Update Help book URL. --- 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 62ad0dda3..7cfc36d15 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -226,7 +226,7 @@ class SettingsViewController: UITableViewController { case 7: switch indexPath.row { case 0: - openURL("https://netnewswire.com/help/ios/5.0/en/") + openURL("https://netnewswire.com/help/ios/6.0/en/") tableView.selectRow(at: nil, animated: true, scrollPosition: .none) case 1: openURL("https://netnewswire.com/")