From 2f2416bd5de9a0f4f83fcf15d9b6a8f32d39bc47 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 15 Feb 2024 08:59:28 +0700 Subject: Replace links to https://www.eclipse.org/aspectj/doc/next This part of the website is outdated and will be deleted. Instead, link to ADOCs right in the GitHub repository. Signed-off-by: Alexander Kriegisch --- docs/developer/IDE.md | 4 ++-- docs/release/README-1.5.0.adoc | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'docs') 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 diff --git a/docs/release/README-1.5.0.adoc b/docs/release/README-1.5.0.adoc index 1f4e377ed..f11c97d11 100644 --- a/docs/release/README-1.5.0.adoc +++ b/docs/release/README-1.5.0.adoc @@ -11,9 +11,7 @@ changes are summarized in the xref:../faq/faq.adoc#AspectJ5[FAQ entry on AspectJ 5]. Some of the other documentation has not been updated for AspectJ 5. For -the latest documentation, see -https://eclipse.org/aspectj/doc/next/index.html, linked off -https://eclipse.org/aspectj/doc/latest/index.html[the AspectJ documentation home page]. +the latest documentation, see xref:../index.adoc[the AspectJ documentation home page]. For information on bug fixes in AspectJ 5 v1.5.0, see the xref:changes.adoc[changes] document. -- cgit v1.2.3