From 22299adb890b87d40d7b7229cbc751f1545ef49d Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 4 Jan 2024 15:08:24 +0700 Subject: Fix some broken/invalid ADOC links Signed-off-by: Alexander Kriegisch --- docs/sandbox/trails/j2ee.adoc | 2 +- docs/sandbox/trails/myeclipseide.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/sandbox/trails') 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]. -- cgit v1.2.3