File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/net/sourceforge/pmd/util/fxdesigner/util Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public final class DesignerUtil {
6565 private static final Pattern EXCEPTION_PREFIX_PATTERN = Pattern .compile ("(?:(?:\\ w+\\ .)*\\ w+:\\ s*)*\\ s*(.*)$" , Pattern .DOTALL );
6666
6767 private static final Pattern JJT_ACCEPT_PATTERN = Pattern .compile ("net.sourceforge.pmd.lang.\\ w++.ast.AST(\\ w+).jjtAccept" );
68- public static final String DESIGNER_DOC_URL = "https://pmd.github.io /latest/pmd_userdocs_extending_designer_reference.html" ;
68+ public static final String DESIGNER_DOC_URL = "https://docs. pmd-code.org /latest/pmd_userdocs_extending_designer_reference.html" ;
6969 public static final String DESIGNER_NEW_ISSUE_URL = "https://github.com/pmd/pmd-designer/issues/new/choose" ;
7070
7171
You can’t perform that action at this time.
0 commit comments