aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer/IDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developer/IDE.md')
-rw-r--r--docs/developer/IDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer/IDE.md b/docs/developer/IDE.md
index b8a34a04c..41d9b3041 100644
--- a/docs/developer/IDE.md
+++ b/docs/developer/IDE.md
@@ -9,7 +9,7 @@ are AspectJ plugins for Maven, Gradle, Mill and Ant.
Of course, you can use and other IDE and build tool or simply use your trusted text editor of choice and compile using
the AspectJ Compiler _ajc_ from the command line.
-Please refer to the [AspectJ Development Environment Guide](https://www.eclipse.org/aspectj/doc/next/devguide/printable.html)
+Please refer to the [AspectJ Development Environment Guide](../devguide/index.adoc)
for more details about on-board AspectJ tools, such as _ajc_ (compiler), _ajdoc_ (aspect-enriched Javadoc), _aj_
(load-time weaving helper) as well as basic information about load-time weaving configuration and the built-in Ant task
for AspectJ.
@@ -107,7 +107,7 @@ Java/Scala) and AspectJ (for weaving aspects) in the same module.
### Ant
As mentioned in the introduction, AspectJ features its own Ant task, which is described in
-[this chapter](https://www.eclipse.org/aspectj/doc/next/devguide/printable.html#antTasks) of the Development Environment
+[this chapter](../devguide/antsupport.adoc) of the Development Environment
Guide.
### Command line