Skip to content

Commit

Permalink
Fix/add more links for multi-page docs
Browse files Browse the repository at this point in the history
In each case, link both to multi- and single-page docs separately.

Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Jan 3, 2024
1 parent 48e722d commit 77b56b8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for AspectJ 5.

|xref:#documentation[Documentation] |xref:faq/faq.adoc#faq[FAQ], xref:dist/doc/quick5.pdf[Quick
Reference (AspectJ 5)], xref:dist/doc/quick.pdf[Quick Reference (1.2.1)],
xref:adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook],
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,
Expand Down Expand Up @@ -44,14 +44,14 @@ reference for the AspectJ 5 language.
|xref:dist/doc/quick.pdf[AspectJ Quick Reference] |This is a two-page quick
reference for the AspectJ language.

|xref:adk15notebook/adk15notebook.adoc[AspectJ 5 Developer's Notebook] +
(printable xref:adk15notebook/printable.html[html]) |This describes the
|xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook] +
(xref:adk15notebook/adk15notebook.adoc[single page]) |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
in the programming guide or quick reference.

|xref:progguide/index.adoc[Programming Guide] +
(printable xref:progguide/printable.html[html]) |This introduces AOP and the
(xref:progguide/progguide.adoc[single page]) |This introduces AOP and the
AspectJ language. xref:progguide/gettingstarted.adoc[Getting Started]
describes basic semantics, and shows development- and production-time
applications. xref:progguide/language.adoc[The AspectJ Language]
Expand All @@ -67,7 +67,7 @@ xref:progguide/implementation.adoc[Implementation Notes] describes how
the current version is limited to code the compiler controls.

|xref:devguide/index.adoc[Development Environment Guide] +
(printable xref:devguide/printable.html[html]) |This is a guide to
(xref:devguide/devguide.adoc[single page]) |This is a guide to
xref:devguide/ajc.adoc[ajc], the command-line compiler;
and the
xref:devguide/antsupport.adoc[Ant tasks] for building AspectJ programs.
Expand Down Expand Up @@ -120,6 +120,10 @@ xref:dist/doc/porting.adoc[1.0].
features and implement JavaBean properties, the Observer pattern, a
tracing library, and a game application where aspects handle display
updating.

| xref:developer/index.adoc[AspectJ Design Overview] +
(xref:developer/design-overview.adoc[single page]) |Introductory information about
AspectJ language design, developer guides, module structure
|===

[[distributions]]
Expand Down

0 comments on commit 77b56b8

Please sign in to comment.