Skip to content

Commit

Permalink
update link to luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored and Benjamin-Dobell committed Jan 16, 2023
1 parent 5db79fb commit 47452d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void createUIComponents() {
luaCheckReleasePageLink.addHyperlinkListener(new HyperlinkAdapter() {
@Override
protected void hyperlinkActivated(HyperlinkEvent hyperlinkEvent) {
BrowserUtil.browse("https://github.com/mpeterv/luacheck/releases");
BrowserUtil.browse("https://github.com/lunarmodules/luacheck");
}
});
commandLineOptionsLink = new HoverHyperlinkLabel(LuaBundle.message("ui.luacheck.command_line_options"));
Expand Down

0 comments on commit 47452d6

Please sign in to comment.