]> source.dussan.org Git - aspectj.git/commitdiff
Fix some broken/invalid ADOC links
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 4 Jan 2024 08:08:24 +0000 (15:08 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 6 Jan 2024 09:09:11 +0000 (10:09 +0100)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
docs/devguide/ltw.adoc
docs/release/README-1.2.adoc
docs/sandbox/trails/j2ee.adoc
docs/sandbox/trails/myeclipseide.adoc

index 81d25ee3cc62fe02174c75edf96bb47bafe9a53a..5966ba993f7c9bd00da5a64e47420f03b09247cf 100644 (file)
@@ -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`.
 
index 0cbc3b93ceb01a4e4d09c319b5209ca5176e4f7b..5aa96f30ec1c98c89ae7e8c3238cde228214f6de 100644 (file)
@@ -31,7 +31,7 @@ Compared to AspectJ 1.1.1, the AspectJ 1.2 compiler...
 
 * xref:#WEAVE_TIME[Is faster], with weaving completing in less than half
 the time it used to take in many cases.
-[#WEAVE_CHART]#image:images/AspectJ11v12.JPG[image]#.
+[[WEAVE_CHART]]image:images/AspectJ11v12.JPG[image].
 * Supports the xref:#LAZY_TJP[-XlazyTjp option] which produces code that
 runs faster and uses less memory in some common cases.
 * Has xref:#INCREMENTAL[much better support for incremental
index a483a7b79d700a4a95fb53a7c1f793f4b43a70f7..efca55e7793d9e576aac042373f62e22d04be913 100644 (file)
@@ -54,6 +54,6 @@ up ajc as the compiler, do the following before starting Tomcat:
   common directory supported by the server.
 
 . Alternatively, you can precompile JSP's using
-  xref:#j2ee-tomcat4-precompileJsp[this Ant script]. That involves
+  xref:../scripts/precompile-jsp.build.xml[this Ant script]. That involves
   manually updating the `web.xml` file with the `Jasper`-generated servlet
   mappings.
index de64c7e60610c46eb2f4b228e0c10ab3e83797b9..3725911317941eb2a9b76bcf82a0d218a78aca45 100644 (file)
@@ -54,4 +54,4 @@ web.xml. It would be great to get this working with AJDT.
 * I adapted the Tomcat precompile script to use AspectJ's iajc. This
 works fine, but like all Jasper2 solutions required the generated
 servlet mappings be copied manually into the web.xml file. See
-xref:#j2ee-tomcat4-precompileJsp[the Ant build script]
+xref:../scripts/precompile-jsp.build.xml[the Ant build script].