diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-07-13 12:07:45 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | fa63feda31a6a9656173a63dc057993d98469305 (patch) | |
tree | acd0941853f0cca76ca49f7bc970e6fdb070c15a /docs/pdGuideDB | |
parent | ebbc41255384e85db03c4eb6aae4e6464803d0a9 (diff) | |
download | aspectj-fa63feda31a6a9656173a63dc057993d98469305.tar.gz aspectj-fa63feda31a6a9656173a63dc057993d98469305.zip |
Fix some AsciiDoc links (WIP)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/pdGuideDB')
-rw-r--r-- | docs/pdGuideDB/messages.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pdGuideDB/messages.adoc b/docs/pdGuideDB/messages.adoc index 087a78de4..ba0ca116a 100644 --- a/docs/pdGuideDB/messages.adoc +++ b/docs/pdGuideDB/messages.adoc @@ -73,7 +73,7 @@ version and build date (same as `-verbose` option). `-showWeaveInfo` option). |`org.aspectj.weaving.messages` |Set this system property to enable -tracing of all compiler messages. See xref:#trace-configuration[???]. +tracing of all compiler messages. See xref:trace.adoc#trace-configuration[Configuring Tracing]. |=== [cols=",",options="header",] @@ -93,7 +93,7 @@ warnings associated with the next line of code. ===== Advice not woven This means that the pointcut for the advice did not match, and it should -be debugged as described in xref:#pointcuts[???]. +be debugged as described in xref:pointcuts.adoc#pointcuts[Debugging Pointcuts]. [[messages-scenarios-ltw]] ==== Load-time weaving scenarios |