Skip to content

Commit 94d01a3

Browse files
author
Anton Krug
committed
Updated sourceforge URL
1 parent b6f7ea3 commit 94d01a3

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/CheckDescriptionResolution.java

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

1010
public class CheckDescriptionResolution implements IMarkerResolution {
1111

12-
private static final String CHECK_DESCRIPTION_URL = "http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page#Checks"; //$NON-NLS-1$
12+
private static final String CHECK_DESCRIPTION_URL = "https://sourceforge.net/p/cppcheck/wiki/Home/#checks"; //$NON-NLS-1$
1313
public String getLabel() {
1414
return Messages.CheckDescriptionResolution_Label;
1515
}

0 commit comments

Comments
 (0)