aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2025-01-21 08:18:18 +0700
committerGitHub <noreply@github.com>2025-01-21 08:18:18 +0700
commit8044fa120adc1f7370b09c1dbf906eff62e1da62 (patch)
treee2dd4f741fb4469186c8e5666ddf2de1adf9deee
parent3c6e30bdd9a8cda263dbfc73a529af96f2b01e40 (diff)
downloadaspectj-8044fa120adc1f7370b09c1dbf906eff62e1da62.tar.gz
aspectj-8044fa120adc1f7370b09c1dbf906eff62e1da62.zip
Update documentation links in README.mdHEADmaster
Some links should point to eclipse.dev/aspectj/doc/latest/ rather than link to GitHub pages. Closes #321.
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index e34d8de2d..bfb749da7 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,15 @@ Ensure you run this with a JDK - the more recent the better since some tests wil
## Documentation for AspectJ users
-* [Complete documentation quicklinks](docs/index.adoc)
+* [Eclipse project page](https://projects.eclipse.org/projects/tools.aspectj)
+* [AspectJ website](https://eclipse.dev/aspectj/)
+* [AspectJ documentation overview](https://eclipse.dev/aspectj/doc/latest/index.html)
* [Setting up a development environment](docs/developer/IDE.md)
-* [Getting started with AspectJ](docs/progguide/gettingstarted.adoc)
-* [Programming Guide](docs/progguide/index.adoc)
+* [Getting started with AspectJ](https://eclipse.dev/aspectj/doc/latest/progguide/gettingstarted.html)
+* [Programming Guide](https://eclipse.dev/aspectj/doc/latest/progguide/index.html)
+* [AspectJ 5 Developer’s Notebook](https://eclipse.dev/aspectj/doc/latest/adk15notebook/index.html)
* [READMEs for each version of AspectJ](docs/release)
-* [AspectJ Java version compatibility](docs/release/JavaVersionCompatibility.adoc)
+* [AspectJ Java version compatibility](https://eclipse.dev/aspectj/doc/latest/release/JavaVersionCompatibility.html)
## Documentation for AspectJ developers