From 5640e0e6190de1ce9133f461ea9786562f990fdd Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 16 Dec 2010 10:19:18 -0500 Subject: [PATCH] Open the help page with HTTPS. --- Source/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/AppDelegate.m b/Source/AppDelegate.m index 952ab3a..4091ac0 100644 --- a/Source/AppDelegate.m +++ b/Source/AppDelegate.m @@ -88,7 +88,7 @@ */ - (IBAction)openHelpPage:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.bluestatic.org/software/macgdbp/help.php"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.bluestatic.org/software/macgdbp/help.php"]]; } @end -- 2.22.5