Skip to content

Commit 9a3d967

Browse files
committed
fix cppcheck bug report url
1 parent 490c98b commit 9a3d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.googlecode.cppcheclipse.ui/src/com/googlecode/cppcheclipse/ui/marker/ReportBugResolution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
public class ReportBugResolution implements IMarkerResolution {
1111

12-
private static final String REPORT_URL = "http://sourceforge.net/apps/trac/cppcheck/report"; //$NON-NLS-1$
12+
private static final String REPORT_URL = "http://trac.cppcheck.net/report"; //$NON-NLS-1$
1313
public String getLabel() {
1414
return Messages.ReportBug_Label;
1515
}

0 commit comments

Comments
 (0)