Skip to content

Commit

Permalink
Merge pull request apache#631 from rtaneja1/rtaneja/netbeans-716_fixurl
Browse files Browse the repository at this point in the history
NETBEANS-716: use netbeans.apache.org/nb/ url in IDE
  • Loading branch information
Geertjan Wielenga authored Jul 24, 2018
2 parents 80f337f + ba21e18 commit d807c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@ActionReference(path = "Menu/Help", position = 450)
public class ReportNBIssueAction extends SystemAction {

private static final String ISSUE_REPORTER_LINK="https://issues.apache.org/jira/projects/NETBEANS/issues";
private static final String ISSUE_REPORTER_LINK="https://netbeans.apache.org/nb/report-issue";

public ReportNBIssueAction() {
setIcon(null);
Expand Down

0 comments on commit d807c12

Please sign in to comment.