Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jun 18, 2018
1 parent d9c0b8a commit 86a1d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageScaler/src/me/roan/imagescaler/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public static void main(String[] args){
public void mouseClicked(MouseEvent e) {
if(Desktop.isDesktopSupported()){
try {
Desktop.getDesktop().browse(new URL("https://osu.ppy.sh/community/forums/topics/552405").toURI());
Desktop.getDesktop().browse(new URL("https://osu.ppy.sh/community/forums/topics/762684").toURI());
} catch (IOException | URISyntaxException e1) {
//pity
}
Expand Down

0 comments on commit 86a1d8c

Please sign in to comment.