From 908e8c3c63813eb7cb6d93f8cc8084f10c8330b0 Mon Sep 17 00:00:00 2001 From: Noelle Leigh Date: Sun, 26 Jul 2020 05:46:27 -0400 Subject: [PATCH] fix iOS/Settings/SettingsViewController.swift --- iOS/Settings/SettingsViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index 188f80bc5..b326bc3e6 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -233,7 +233,7 @@ class SettingsViewController: UITableViewController { openURL("https://ranchero.com/netnewswire/") tableView.selectRow(at: nil, animated: true, scrollPosition: .none) case 2: - openURL("https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/HowToSupportNetNewsWire.markdown") + openURL("https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown") tableView.selectRow(at: nil, animated: true, scrollPosition: .none) case 3: openURL("https://github.com/brentsimmons/NetNewsWire") @@ -242,7 +242,7 @@ class SettingsViewController: UITableViewController { openURL("https://github.com/brentsimmons/NetNewsWire/issues") tableView.selectRow(at: nil, animated: true, scrollPosition: .none) case 5: - openURL("https://github.com/brentsimmons/NetNewsWire/tree/master/Technotes") + openURL("https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes") tableView.selectRow(at: nil, animated: true, scrollPosition: .none) case 6: openURL("https://ranchero.com/netnewswire/slack")