diff options
author | Andy Clement <aclement@pivotal.io> | 2021-05-23 17:36:18 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2021-05-23 17:36:18 -0700 |
commit | 1333bdd6fe57fbe004506b34c9e51cb010033529 (patch) | |
tree | 8e1ed021a4e9552e0f115607db7c51a8612cd236 /ajdoc/src | |
parent | 269fa294abb8c0d1209ca76b15327f41df0bae9d (diff) | |
download | aspectj-1333bdd6fe57fbe004506b34c9e51cb010033529.tar.gz aspectj-1333bdd6fe57fbe004506b34c9e51cb010033529.zip |
housekeeping
Diffstat (limited to 'ajdoc/src')
-rw-r--r-- | ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java b/ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java index 1375175a9..53edcb42d 100644 --- a/ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java +++ b/ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java @@ -767,9 +767,9 @@ public class Main implements Config { /* This section of code handles errors that occur during compilation */ static final String internalErrorMessage = " \n" + "If this has not already been logged as a bug raised please raise \n" - + "a new AspectJ bug at https://bugs.eclipse.org/bugs including the \n" - + "text below. To make the bug a priority, please also include a test\n" - + "program that can reproduce this problem.\n "; + + "a new AspectJ bug at https://github.com/eclipse/org.aspectj/issues \n" + + "including the text below. To make the bug a priority, please also \n" + + "include a test program that can reproduce this problem.\n "; static public void handleInternalError(Throwable uncaughtThrowable) { System.err.println("An internal error occured in ajdoc"); |