diff options
author | wisberg <wisberg> | 2003-05-13 05:21:07 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-13 05:21:07 +0000 |
commit | 4610878f726bc119a9e0af2713bbd18bddbdb9d7 (patch) | |
tree | 5a727b2ec2515e78a79569642c5003138583e760 /docs/dist/doc/index.html | |
parent | d6123b025e87aa5033e420515cb61799b6d8ab27 (diff) | |
download | aspectj-4610878f726bc119a9e0af2713bbd18bddbdb9d7.tar.gz aspectj-4610878f726bc119a9e0af2713bbd18bddbdb9d7.zip |
link updates for progguide id filenames
Diffstat (limited to 'docs/dist/doc/index.html')
-rw-r--r-- | docs/dist/doc/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index cc49c8c76..5b07efa87 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -70,20 +70,20 @@ ) </td> <td>This introduces AOP and the AspectJ language. - <a href="progguide/ch01.html">Getting Started</a> + <a href="progguide/starting.html">Getting Started</a> describes basic semantics, and shows development- and production-time applications. - <a href="progguide/ch02.html">The AspectJ Language</a> + <a href="progguide/language.html">The AspectJ Language</a> describes join points, pointcuts, advice, and introduction, all features new to AOP. - <a href="progguide/ch03.html">Examples</a> walks you through the + <a href="progguide/examples.html">Examples</a> walks you through the examples included with the documentation, and there are two short - chapters on useful <a href="progguide/ch04.html">Idioms</a> and a - few <a href="progguide/ch05.html">Pitfalls</a> + chapters on useful <a href="progguide/idioms.html">Idioms</a> and a + few <a href="progguide/pitfalls.html">Pitfalls</a> The appendices have reference information: - the <a href="progguide/apa.html">Quick Reference</a> + the <a href="progguide/quick.html">Quick Reference</a> summarizes AspectJ syntax, - the <a href="progguide/apb.html">Language Semantics</a> + the <a href="progguide/semantics.html">Language Semantics</a> best describes AspectJ usage, and - <a href="progguide/apc.html">Implementation Limitations</a> notes that + <a href="progguide/limitations.html">Implementation Limitations</a> notes that the current version is limited to code the compiler controls.</td> </tr> @@ -282,13 +282,13 @@ <p> To learn the AspectJ language, read the <a href="progguide/index.html">Programming Guide</a>, - keeping the <a href="progguide/apb.html">Semantics appendix</a> + keeping the <a href="progguide/semantics.html">Semantics appendix</a> nearby as the best reference for AspectJ usage. Focus initially on the join point model and pointcuts, concepts AOP adds to OOP. To see how the code works, tour your examples as described in the - <a href="progguide/ch03.html">Examples </a> section of the + <a href="progguide/examples.html">Examples </a> section of the <a href="progguide/index.html">Programming Guide</a>. View and navigate the crosscutting structure using the <code>ajbrowser</code> structure viewer, as described in @@ -300,7 +300,7 @@ As you learn, use the compiler's <code>-Xlint</code> flags to catch some common mistakes. (Understand that the - <a href="progguide/apc.html">current implementation</a> + <a href="progguide/limitations.html">current implementation</a> is limited to code the compiler controls.) <p> To plan how to adopt AspectJ into a project, read the |