Use https URLs for all ranchero.com/evergreen/.
This commit is contained in:
parent
7b81bde429
commit
cf77f19276
@ -317,7 +317,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations {
|
|||||||
|
|
||||||
@IBAction func openWebsite(_ sender: AnyObject) {
|
@IBAction func openWebsite(_ sender: AnyObject) {
|
||||||
|
|
||||||
openInBrowser("http://ranchero.com/evergreen/", inBackground: false)
|
openInBrowser("https://ranchero.com/evergreen/", inBackground: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func openRepository(_ sender: AnyObject) {
|
@IBAction func openRepository(_ sender: AnyObject) {
|
||||||
@ -332,7 +332,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations {
|
|||||||
|
|
||||||
@IBAction func showHelp(_ sender: AnyObject) {
|
@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>
|
||||||
<dict>
|
<dict>
|
||||||
<key>home</key>
|
<key>home</key>
|
||||||
<string>http://ranchero.com/evergreen/</string>
|
<string>https://ranchero.com/evergreen/</string>
|
||||||
<key>editedName</key>
|
<key>editedName</key>
|
||||||
<string>Evergreen News</string>
|
<string>Evergreen News</string>
|
||||||
<key>url</key>
|
<key>url</key>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user