aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9f0a0bbb4..3b3b06042 100644
--- a/README.md
+++ b/README.md
@@ -40,10 +40,10 @@ Ensure you run this with a JDK - the more recent the better since some tests wil
## Documentation for AspectJ users
-* [Complete documentation quicklinks](https://www.eclipse.org/aspectj/docs.php)
+* [Complete documentation quicklinks](docs/index.adoc)
* [Setting up a development environment](docs/developer/IDE.md)
-* [Getting started with AspectJ](https://www.eclipse.org/aspectj/doc/released/progguide/starting.html)
-* [Programming Guide](https://www.eclipse.org/aspectj/doc/released/progguide/index.html)
+* [Getting started with AspectJ](docs/progguide/gettingstarted.adoc)
+* [Programming Guide](docs/progguide/index.adoc)
* [READMEs for each version of AspectJ](docs/release)
* [AspectJ Java version compatibility](docs/release/JavaVersionCompatibility.adoc)