diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-01-08 11:50:55 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | d4a6906b3012fac6e4dbaca5854fc59ba0d67e47 (patch) | |
tree | c78540555837c12cfaef7f9cc95842668a3ee7f9 /docs/dist/doc | |
parent | 9735e858af48ff0bce152ea489800a86a151b08d (diff) | |
download | aspectj-d4a6906b3012fac6e4dbaca5854fc59ba0d67e47.tar.gz aspectj-d4a6906b3012fac6e4dbaca5854fc59ba0d67e47.zip |
Rename '*GuideDB' directories to their actual HTML site target names
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/dist/doc')
-rw-r--r-- | docs/dist/doc/README-150.adoc | 2 | ||||
-rw-r--r-- | docs/dist/doc/changes.adoc | 2 | ||||
-rw-r--r-- | docs/dist/doc/index.adoc | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/dist/doc/README-150.adoc b/docs/dist/doc/README-150.adoc index 1fddafaf3..e3f7c1196 100644 --- a/docs/dist/doc/README-150.adoc +++ b/docs/dist/doc/README-150.adoc @@ -4,7 +4,7 @@ _© Copyright 2005 Contributors. All rights reserved._ AspectJ 5 introduces several important changes to the language and tools in order to support Java 5 and extend the capabilities of AspectJ in -general. For language changes, see xref:../../adk15ProgGuideDB/adk15notebook.adoc[AspectJ 5 Developer's Notebook]. For tools changes, see the +general. For language changes, see xref:../../adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook]. For tools changes, see the link:devguide/index.html[AspectJ Development Environment Guide], especially the section on link:devguide/ltw.html[Load-time weaving]. The changes are summarized in the faq.html#q:aspectj5features[FAQ entry on diff --git a/docs/dist/doc/changes.adoc b/docs/dist/doc/changes.adoc index 11ff5bfa6..9034ac0d1 100644 --- a/docs/dist/doc/changes.adoc +++ b/docs/dist/doc/changes.adoc @@ -86,7 +86,7 @@ Bugzilla This release contains nearly 400 bug fixes and enhancements since the 1.2.1 release. Major updates to the language are documented in the -xref:../../adk15ProgGuideDB/adk15notebook.adoc[AspectJ 5 Developer's Notebook]. There are +xref:../../adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook]. There are also a number of enhancements to accompanying tools documented in the link:devguide/index.html[Developer's Guide] diff --git a/docs/dist/doc/index.adoc b/docs/dist/doc/index.adoc index 53f047719..8576bba57 100644 --- a/docs/dist/doc/index.adoc +++ b/docs/dist/doc/index.adoc @@ -14,7 +14,7 @@ for AspectJ 5. |xref:#documentation[Documentation] |xref:../../faq/faq.adoc#faq[FAQ], link:quick5.pdf[Quick Reference (AspectJ 5)], link:quick.pdf[Quick Reference (1.2.1)], -xref:../../adk15ProgGuideDB/adk15notebook.adoc[AspectJ 5 Developer's Notebook], +xref:../../adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook], link:progguide/index.html[programming], link:devguide/index.html[development] and link:pdguide/index.html[problem diagnosis] guides, @@ -44,7 +44,7 @@ reference for the AspectJ 5 language. |link:quick.pdf[AspectJ Quick Reference] |This is a two-page quick reference for the AspectJ language. -|xref:../../adk15ProgGuideDB/adk15notebook.adoc[AspectJ 5 Developer's Notebook] + +|xref:../../adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook] + (printable link:adk15notebook/printable.html[html]) |This describes the changes to the AspectJ language and tools introduced in the AspectJ 5 Development Kit. These changes are additive, and are not yet reflected |