mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use https URLs for all ranchero.com/evergreen/.
This commit is contained in:
@@ -317,7 +317,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations {
|
||||
|
||||
@IBAction func openWebsite(_ sender: AnyObject) {
|
||||
|
||||
openInBrowser("http://ranchero.com/evergreen/", inBackground: false)
|
||||
openInBrowser("https://ranchero.com/evergreen/", inBackground: false)
|
||||
}
|
||||
|
||||
@IBAction func openRepository(_ sender: AnyObject) {
|
||||
@@ -332,7 +332,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations {
|
||||
|
||||
@IBAction func showHelp(_ sender: AnyObject) {
|
||||
|
||||
openInBrowser("http://ranchero.com/evergreen/help/1.0/", inBackground: false)
|
||||
openInBrowser("https://ranchero.com/evergreen/help/1.0/", inBackground: false)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>home</key>
|
||||
<string>http://ranchero.com/evergreen/</string>
|
||||
<string>https://ranchero.com/evergreen/</string>
|
||||
<key>editedName</key>
|
||||
<string>Evergreen News</string>
|
||||
<key>url</key>
|
||||
|
||||
Reference in New Issue
Block a user