Skip to content

Commit 74d757c

Browse files
committed
Open https URL
1 parent 861f5b9 commit 74d757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rarchives/ripme/ui/MainWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ public void windowIconified(WindowEvent e) {
12961296
JOptionPane.YES_NO_OPTION, JOptionPane.PLAIN_MESSAGE, new ImageIcon(mainIcon));
12971297
if (response == JOptionPane.YES_OPTION) {
12981298
try {
1299-
Utils.browse(URI.create("http://github.com/ripmeapp/ripme"));
1299+
Utils.browse(URI.create("https://github.com/ripmeapp/ripme"));
13001300
} catch (IOException e) {
13011301
LOGGER.error("Exception while opening project home page", e);
13021302
}

0 commit comments

Comments
 (0)