We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f7ea3 commit 94d01a3Copy full SHA for 94d01a3
com.googlecode.cppcheclipse.ui/src/com/googlecode/cppcheclipse/ui/marker/CheckDescriptionResolution.java
@@ -9,7 +9,7 @@
9
10
public class CheckDescriptionResolution implements IMarkerResolution {
11
12
- private static final String CHECK_DESCRIPTION_URL = "http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page#Checks"; //$NON-NLS-1$
+ private static final String CHECK_DESCRIPTION_URL = "https://sourceforge.net/p/cppcheck/wiki/Home/#checks"; //$NON-NLS-1$
13
public String getLabel() {
14
return Messages.CheckDescriptionResolution_Label;
15
}
0 commit comments