diff options
Diffstat (limited to 'docs/dist/doc/index.html')
-rw-r--r-- | docs/dist/doc/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index 894dff6d0..5827eb068 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -25,7 +25,7 @@ <a href="adk15notebook/index.html">AspectJ 5 Developer's Notebook</a>, <a href="progguide/index.html">programming</a> and <a href="devguide/index.html">development</a> guides, - <a href="api/index.html">API</a> and + <a href="runtime-api/index.html">API</a> and <a href="examples/">example code</a>. </td></tr> <tr><td><a href="#distributions">distributions</a></td><td> @@ -106,10 +106,11 @@ </td> </tr> -<tr> <td><a href="api/index.html">AspectJ API</a> +<tr> <td><a href="runtime-api/index.html">AspectJ API</a> </td> <td>API documentation for AspectJ runtime classes. <tt>JoinPoint</tt> shows the state automatically available at each join point. + See also the <a href="weaver-api/index.html">Weaver API</a> </td> </tr> <tr> <td><a href="faq.html"> FAQ</a> |