Skip to content

Commit

Permalink
Link korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
jverein committed Jun 23, 2019
1 parent a892906 commit 28b8c56
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/de/jost_net/JVerein/gui/action/DokumentationAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ public void run()
}
else
{
new Program()
.handleAction("http://www.jverein.de/wiki/index.php?title=Kategorie:Dokumentation");
new Program().handleAction("https://doku.jverein.de");
}
}
catch (ApplicationException ae)
{
Application.getMessagingFactory().sendMessage(
new StatusBarMessage(ae.getLocalizedMessage(),
StatusBarMessage.TYPE_ERROR));
Application.getMessagingFactory().sendMessage(new StatusBarMessage(
ae.getLocalizedMessage(), StatusBarMessage.TYPE_ERROR));
}
}
});
Expand Down

0 comments on commit 28b8c56

Please sign in to comment.