Skip to content

Commit

Permalink
fixed link to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIkso committed Mar 30, 2021
1 parent c0d91e3 commit 989a2ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected JMenuBar createMenuBar() {

private void gitHomepage() {
try {
Desktop.getDesktop().browse(new URI("https://github.com/MrIkso/ArscEitor"));
Desktop.getDesktop().browse(new URI("https://github.com/MrIkso/ArscEditor"));
} catch (Exception ex) {
JOptionPane.showMessageDialog(
this,
Expand Down

0 comments on commit 989a2ba

Please sign in to comment.