Skip to content

Commit 8044fa1

Browse files
authored
Update documentation links in README.md
Some links should point to eclipse.dev/aspectj/doc/latest/ rather than link to GitHub pages. Closes #321.
1 parent 3c6e30b commit 8044fa1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@ Ensure you run this with a JDK - the more recent the better since some tests wil
4343

4444
## Documentation for AspectJ users
4545

46-
* [Complete documentation quicklinks](docs/index.adoc)
46+
* [Eclipse project page](https://projects.eclipse.org/projects/tools.aspectj)
47+
* [AspectJ website](https://eclipse.dev/aspectj/)
48+
* [AspectJ documentation overview](https://eclipse.dev/aspectj/doc/latest/index.html)
4749
* [Setting up a development environment](docs/developer/IDE.md)
48-
* [Getting started with AspectJ](docs/progguide/gettingstarted.adoc)
49-
* [Programming Guide](docs/progguide/index.adoc)
50+
* [Getting started with AspectJ](https://eclipse.dev/aspectj/doc/latest/progguide/gettingstarted.html)
51+
* [Programming Guide](https://eclipse.dev/aspectj/doc/latest/progguide/index.html)
52+
* [AspectJ 5 Developer’s Notebook](https://eclipse.dev/aspectj/doc/latest/adk15notebook/index.html)
5053
* [READMEs for each version of AspectJ](docs/release)
51-
* [AspectJ Java version compatibility](docs/release/JavaVersionCompatibility.adoc)
54+
* [AspectJ Java version compatibility](https://eclipse.dev/aspectj/doc/latest/release/JavaVersionCompatibility.html)
5255

5356
## Documentation for AspectJ developers
5457

0 commit comments

Comments
 (0)