aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc/src
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-08 09:40:51 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-08 09:40:51 +0700
commit37bee450be28a5b5b99ef025b2f4508e9400f226 (patch)
tree9cc0bbeaf44a83354c43a263c2cf68c8402740f4 /ajdoc/src
parent3d7dd3d66ed30faeac4ee54b3f1ae2cc164f9371 (diff)
downloadaspectj-37bee450be28a5b5b99ef025b2f4508e9400f226.tar.gz
aspectj-37bee450be28a5b5b99ef025b2f4508e9400f226.zip
Replace old by new AspectJ GitHub URL
github.com/eclipse/org.aspectj -> github.com/eclipse-aspectj/aspectj Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'ajdoc/src')
-rw-r--r--ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java2
1 files changed, 1 insertions, 1 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 9d8b61140..c44fdb50d 100644
--- a/ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java
+++ b/ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java
@@ -794,7 +794,7 @@ 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://github.com/eclipse/org.aspectj/issues \n"
+ + "a new AspectJ bug at https://github.com/eclipse-aspectj/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 ";