diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-08 09:40:51 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-08 09:40:51 +0700 |
commit | 37bee450be28a5b5b99ef025b2f4508e9400f226 (patch) | |
tree | 9cc0bbeaf44a83354c43a263c2cf68c8402740f4 /docs/developer/IDE.md | |
parent | 3d7dd3d66ed30faeac4ee54b3f1ae2cc164f9371 (diff) | |
download | aspectj-37bee450be28a5b5b99ef025b2f4508e9400f226.tar.gz aspectj-37bee450be28a5b5b99ef025b2f4508e9400f226.zip |
Replace old by new AspectJ GitHub URL
github.com/eclipse/org.aspectj -> github.com/eclipse-aspectj/aspectj
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/developer/IDE.md')
-rw-r--r-- | docs/developer/IDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer/IDE.md b/docs/developer/IDE.md index fbafbe384..b8a34a04c 100644 --- a/docs/developer/IDE.md +++ b/docs/developer/IDE.md @@ -120,7 +120,7 @@ to your path and are good to go. You can now call tools like the Aspectj compile generator `ajdoc` (similar to Javadoc) from the command line. You can find older installer versions until 1.9.6 on the [AspectJ website](https://www.eclipse.org/aspectj/downloads.php), -more recent ones are attached to AspectJ [GitHub releases](https://github.com/eclipse/org.aspectj/releases) as +more recent ones are attached to AspectJ [GitHub releases](https://github.com/eclipse-aspectj/aspectj/releases) as _aspectj-*jar_. ## Biased recommendation |