aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2022-01-29 09:01:43 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2022-02-11 13:03:47 +0700
commitc4d819539764d4c7da5a72cd04c6ac405b188582 (patch)
treec7a60a73f60c9dd9a5f991796378c02219c8cbcf /docs
parentfab59b5d20ee3ad5d49920c4e9fe785f58820614 (diff)
downloadaspectj-c4d819539764d4c7da5a72cd04c6ac405b188582.tar.gz
aspectj-c4d819539764d4c7da5a72cd04c6ac405b188582.zip
IDE.md points to AJDT Eclipse update sites
Because the Jenkins builds for Eclipse now exist and deploy to the correct update sites, we no longer need the AspectJ.dev ones.
Diffstat (limited to 'docs')
-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 14621ecee..98a74dafd 100644
--- a/docs/developer/IDE.md
+++ b/docs/developer/IDE.md
@@ -32,8 +32,8 @@ projects using AspectJ Maven Plugin.
#### AspectJ Development Tools (AJDT)
Use an update sites corresponding to your Eclipse version (minimal version listed):
-* Eclipse 2021-09 (4.21): https://aspectj.dev/eclipse/ajdt/421
-* Eclipse 2021-03 (4.19): https://aspectj.dev/eclipse/ajdt/419
+* Eclipse 2021-09 (4.21): https://download.eclipse.org/tools/ajdt/421/dev/update
+* Eclipse 2021-03 (4.19): https://download.eclipse.org/tools/ajdt/419/dev/update
* Eclipse 2018-12 (4.10): https://download.eclipse.org/tools/ajdt/410/dev/update
* For older versions, please refer to https://www.eclipse.org/ajdt/downloads (page was not updated in a long time,
and I have no write access).