aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sandbox/trails
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-04 15:08:24 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commit22299adb890b87d40d7b7229cbc751f1545ef49d (patch)
treeb4b9b862120f24a81bcfe6d736065fddef0d4d8e /docs/sandbox/trails
parent8fd01b37fcf14ac417f99e40cddb6a4b9ad62666 (diff)
downloadaspectj-22299adb890b87d40d7b7229cbc751f1545ef49d.tar.gz
aspectj-22299adb890b87d40d7b7229cbc751f1545ef49d.zip
Fix some broken/invalid ADOC links
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/sandbox/trails')
-rw-r--r--docs/sandbox/trails/j2ee.adoc2
-rw-r--r--docs/sandbox/trails/myeclipseide.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sandbox/trails/j2ee.adoc b/docs/sandbox/trails/j2ee.adoc
index a483a7b79..efca55e77 100644
--- a/docs/sandbox/trails/j2ee.adoc
+++ b/docs/sandbox/trails/j2ee.adoc
@@ -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.
diff --git a/docs/sandbox/trails/myeclipseide.adoc b/docs/sandbox/trails/myeclipseide.adoc
index de64c7e60..372591131 100644
--- a/docs/sandbox/trails/myeclipseide.adoc
+++ b/docs/sandbox/trails/myeclipseide.adoc
@@ -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].