Skip to content

Commit

Permalink
Use docs.pmd-code.org
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Sep 29, 2023
1 parent ef0e0d2 commit 7552252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public final class DesignerUtil {
private static final Pattern EXCEPTION_PREFIX_PATTERN = Pattern.compile("(?:(?:\\w+\\.)*\\w+:\\s*)*\\s*(.*)$", Pattern.DOTALL);

private static final Pattern JJT_ACCEPT_PATTERN = Pattern.compile("net.sourceforge.pmd.lang.\\w++.ast.AST(\\w+).jjtAccept");
public static final String DESIGNER_DOC_URL = "https://pmd.github.io/latest/pmd_userdocs_extending_designer_reference.html";
public static final String DESIGNER_DOC_URL = "https://docs.pmd-code.org/latest/pmd_userdocs_extending_designer_reference.html";
public static final String DESIGNER_NEW_ISSUE_URL = "https://github.com/pmd/pmd-designer/issues/new/choose";


Expand Down

0 comments on commit 7552252

Please sign in to comment.