Skip to content

Commit

Permalink
Update documentation links in README.md
Browse files Browse the repository at this point in the history
Some links should point to eclipse.dev/aspectj/doc/latest/
rather than link to GitHub pages.

Closes #321.
  • Loading branch information
kriegaex authored Jan 21, 2025
1 parent 3c6e30b commit 8044fa1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8044fa1

Please sign in to comment.