Skip to content

Commit

Permalink
Update GuiSeppukuMainMenu.java
Browse files Browse the repository at this point in the history
Removed the .html at the end of the link at line 121 so the redirect works
  • Loading branch information
ProfitDaGod authored Jul 31, 2023
1 parent 21d58fc commit db52ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public void action() {

if (desktop != null && desktop.isSupported(Desktop.Action.BROWSE)) {
try {
desktop.browse(new URL("https://seppuku.pw/donate.html").toURI());
desktop.browse(new URL("https://seppuku.pw/donate").toURI());
} catch (Exception e) {
e.printStackTrace();
}
Expand Down

0 comments on commit db52ae0

Please sign in to comment.