aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devguide/ltw.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devguide/ltw.adoc')
-rw-r--r--docs/devguide/ltw.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/devguide/ltw.adoc b/docs/devguide/ltw.adoc
index 81d25ee3c..5966ba993 100644
--- a/docs/devguide/ltw.adoc
+++ b/docs/devguide/ltw.adoc
@@ -99,11 +99,11 @@ and tools like Mission Control available for OpenJDK and Oracle JDK.
Command-line wrapper scripts `aj`::
The `aj` command runs Java programs in Java 1.4 or later by setting up
`WeavingURLClassLoader` as the system class loader. For more
-information, see xref:#aj[`aj`, the AspectJ load-time weaving launcher].
+information, see xref:aj.adoc#aj[`aj`, the AspectJ load-time weaving launcher].
+
The `aj5` command runs Java programs in Java 5 by using the
`-javaagent:pathto/aspectjweaver.jar` option described above. For more
-information, see xref:#aj[`aj`, the AspectJ load-time weaving launcher].
+information, see xref:aj.adoc#aj[`aj`, the AspectJ load-time weaving launcher].
Custom class loader::
A public interface is provided to allow a user written class loader to
@@ -111,7 +111,7 @@ instantiate a weaver and weave classes after loading and before
defining them in the JVM. This enables load-time weaving to be
supported in environments where no weaving agent is available. It also
allows the user to explicitly restrict by class loader which classes
-can be woven. For more information, see xref:#aj[`aj`, the AspectJ load-time weaving launcher] and the API
+can be woven. For more information, see xref:aj.adoc#aj[`aj`, the AspectJ load-time weaving launcher] and the API
documentation and source for `WeavingURLClassLoader` and
`WeavingAdapter`.