aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 16:04:01 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commit81dc828653c9c3f01341ad9defdfaef3cec1d5d2 (patch)
tree1c88488cf0533a670f96007e18eba87eed8c15ec /docs
parentb5c483628aab4894132ef66e19f68a825b472472 (diff)
downloadaspectj-81dc828653c9c3f01341ad9defdfaef3cec1d5d2.tar.gz
aspectj-81dc828653c9c3f01341ad9defdfaef3cec1d5d2.zip
Fix docs links to example source code
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r--docs/index.adoc8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/index.adoc b/docs/index.adoc
index ba508e433..4daa8ee0a 100644
--- a/docs/index.adoc
+++ b/docs/index.adoc
@@ -14,8 +14,7 @@ materials, see https://eclipse.org/aspectj. Not all of these materials have been
xref:quickref/quick.pdf[Quick Reference (1.2.1)], xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook],
xref:progguide/index.adoc[programming], xref:devguide/index.adoc[development] and
xref:pdguide/index.adoc[problem diagnosis] guides, link:runtime-api/index.html[runtime API],
-link:weaver-api/index.html[weaver API] and
-link:https://github.com/eclipse-aspectj/aspectj/tree/master/docs/examples[example code]
+link:weaver-api/index.html[weaver API] and link:examples[example code]
|xref:#distributions[Distributions]
|https://eclipse.org/aspectj[AspectJ] development environment support for https://eclipse.org/ajdt[Eclipse]
@@ -131,7 +130,7 @@ xref:release/README-1.2.adoc[1.2], xref:release/README-1.1.adoc[1.1].
|xref:release/porting.adoc[Porting guide] (historical)
|Porting guide for historical releases to 1.2
-|link:https://github.com/eclipse-aspectj/aspectj/tree/master/docs/examples[Examples]
+|link:examples[Examples]
|AspectJ code to demonstrate some language features and implement JavaBean properties, the Observer pattern, a tracing
library, and a game application where aspects handle display updating
@@ -198,8 +197,7 @@ See the xref:faq/faq.adoc#ajcbugs[FAQ entry] for instructions on submitting comp
To learn the AspectJ language, read the xref:progguide/index.adoc[Programming Guide], keeping the
xref:progguide/semantics.adoc[Semantics appendix] nearby as the best reference for AspectJ usage. Focus initially on the
-join point model and pointcuts, concepts AOP adds to OOP. To read about how the
-link:https://github.com/eclipse-aspectj/aspectj/tree/master/docs/examples[examples] work, see the
+join point model and pointcuts, concepts AOP adds to OOP. To read about how the link:examples[examples] work, see the
xref:progguide/examples.adoc[Examples] section in the xref:progguide/index.adoc[Programming Guide]. View and navigate
the crosscutting structure using https://eclipse.org/ajdt[AJDT].