We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490c98b commit 9a3d967Copy full SHA for 9a3d967
com.googlecode.cppcheclipse.ui/src/com/googlecode/cppcheclipse/ui/marker/ReportBugResolution.java
@@ -9,7 +9,7 @@
9
10
public class ReportBugResolution implements IMarkerResolution {
11
12
- private static final String REPORT_URL = "http://sourceforge.net/apps/trac/cppcheck/report"; //$NON-NLS-1$
+ private static final String REPORT_URL = "http://trac.cppcheck.net/report"; //$NON-NLS-1$
13
public String getLabel() {
14
return Messages.ReportBug_Label;
15
}
0 commit comments