Skip to content

Commit bff53b0

Browse files
committed
Update the XRG website URL.
1 parent 2f6c377 commit bff53b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controllers/XRGGraphWindow.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ - (void)checkServerForUpdatesPostProcess {
359359
}
360360
case 1: // More Info
361361
{
362-
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.gauchosoft.com/xrg/"]];
362+
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.gauchosoft.com/xrg/"]];
363363
break;
364364
}
365365
}

0 commit comments

Comments
 (0)