aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/antsupport.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devGuideDB/antsupport.adoc')
-rw-r--r--docs/devGuideDB/antsupport.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devGuideDB/antsupport.adoc b/docs/devGuideDB/antsupport.adoc
index f98b6e5be..12de6f296 100644
--- a/docs/devGuideDB/antsupport.adoc
+++ b/docs/devGuideDB/antsupport.adoc
@@ -76,7 +76,7 @@ can be used like Javac to compile Java sources, but it can also compile
AspectJ sources or weave binary aspects with Java bytecode. It can run
in normal "batch" mode or in an "incremental" mode, where it only
recompiles files it has to revisit. For more information on ajc, see
-xref:#ajc-ref[???]. Unlike Javac or the Javac Ant task, this task always
+xref:ajc.adoc[`ajc`, the AspectJ compiler/weaver]. Unlike Javac or the Javac Ant task, this task always
compiles the specified files since aspects can apply to other (updated)
files. For a workaround, see xref:#antTasks-iajc-uptodate[Avoiding clean
compiles].