diff options
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/README-1.2.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/README-1.2.adoc b/docs/release/README-1.2.adoc index 0cbc3b93c..5aa96f30e 100644 --- a/docs/release/README-1.2.adoc +++ b/docs/release/README-1.2.adoc @@ -31,7 +31,7 @@ Compared to AspectJ 1.1.1, the AspectJ 1.2 compiler... * xref:#WEAVE_TIME[Is faster], with weaving completing in less than half the time it used to take in many cases. -[#WEAVE_CHART]#image:images/AspectJ11v12.JPG[image]#. +[[WEAVE_CHART]]image:images/AspectJ11v12.JPG[image]. * Supports the xref:#LAZY_TJP[-XlazyTjp option] which produces code that runs faster and uses less memory in some common cases. * Has xref:#INCREMENTAL[much better support for incremental |