We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861f5b9 commit 74d757cCopy full SHA for 74d757c
src/main/java/com/rarchives/ripme/ui/MainWindow.java
@@ -1296,7 +1296,7 @@ public void windowIconified(WindowEvent e) {
1296
JOptionPane.YES_NO_OPTION, JOptionPane.PLAIN_MESSAGE, new ImageIcon(mainIcon));
1297
if (response == JOptionPane.YES_OPTION) {
1298
try {
1299
- Utils.browse(URI.create("http://github.com/ripmeapp/ripme"));
+ Utils.browse(URI.create("https://github.com/ripmeapp/ripme"));
1300
} catch (IOException e) {
1301
LOGGER.error("Exception while opening project home page", e);
1302
}
0 commit comments