aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB/gettingstarted.adoc
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-07-13 12:07:45 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commitfa63feda31a6a9656173a63dc057993d98469305 (patch)
treeacd0941853f0cca76ca49f7bc970e6fdb070c15a /docs/progGuideDB/gettingstarted.adoc
parentebbc41255384e85db03c4eb6aae4e6464803d0a9 (diff)
downloadaspectj-fa63feda31a6a9656173a63dc057993d98469305.tar.gz
aspectj-fa63feda31a6a9656173a63dc057993d98469305.zip
Fix some AsciiDoc links (WIP)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/progGuideDB/gettingstarted.adoc')
-rw-r--r--docs/progGuideDB/gettingstarted.adoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/progGuideDB/gettingstarted.adoc b/docs/progGuideDB/gettingstarted.adoc
index 0930d2e44..0dbb85056 100644
--- a/docs/progGuideDB/gettingstarted.adoc
+++ b/docs/progGuideDB/gettingstarted.adoc
@@ -23,7 +23,8 @@ examples illustrate the kinds of aspects programmers may want to
implement using AspectJ and the benefits associated with doing so.
Readers who would like to understand the examples in more detail, or who
want to learn how to program examples like these, can find more complete
-examples and supporting material linked from the https://www.eclipse.org/aspectj/:[AspectJ web site].
+examples and supporting material linked from the
+https://www.eclipse.org/aspectj/[AspectJ web site].
A significant risk in adopting any new technology is going too far too
fast. Concern about this risk causes many organizations to be
@@ -38,7 +39,7 @@ testing and performance tuning of applications. And, in the section
following, xref:#starting-production[Production Aspects], we present
aspects that implement crosscutting functionality common in Java
applications. We will defer discussing a third category of aspects,
-reusable aspects, until xref:#language[???].
+reusable aspects, until xref:language.adoc[The AspectJ Language].
These categories are informal, and this ordering is not the only way to
adopt AspectJ. Some developers may want to use a production aspect right
@@ -945,8 +946,8 @@ are also highly modular, making it possible to develop plug-and-play
implementations of crosscutting functionality.
AspectJ provides more functionality than was covered by this short
-introduction. The next chapter, xref:#language[???], covers in detail
+introduction. The next chapter, xref:language.adoc[The AspectJ Language], covers in detail
more of the features of the AspectJ language. The following chapter,
-xref:#examples[???], then presents some carefully chosen examples that
+xref:examples.adoc[Examples], then presents some carefully chosen examples that
show you how AspectJ might be used. We recommend that you read the next
two chapters carefully before deciding to adopt AspectJ into a project.