aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dist/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/doc/index.html')
-rw-r--r--docs/dist/doc/index.html21
1 files changed, 9 insertions, 12 deletions
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html
index ee5e6b0eb..902caa2df 100644
--- a/docs/dist/doc/index.html
+++ b/docs/dist/doc/index.html
@@ -61,7 +61,7 @@
<tr> <td><a href="quick.pdf"> AspectJ Quick Reference</a>
<!-- start strip -->
- (<a href="http://eclipse.org/aspectj/doc/dist/quick.pdf">web</a>)
+<!-- (<a href="quick.pdf.org/aspectj/doc/dist/quick.pdf">web</a>) -->
<!-- end strip -->
</td>
<td>This is a two-page quick reference for the AspectJ language.
@@ -71,7 +71,7 @@
<tr> <td><a href="progguide/index.html">Programming Guide</a>
(printable <a href="progguide.pdf">pdf</a> or <a href="progguide/printable.html">html</a>
<!-- start strip -->
- - <a href="http://eclipse.org/aspectj/doc/dist/progguide/index.html">web</a>
+<!-- - <a href="http://eclipse.org/aspectj/doc/dist/progguide/index.html">web</a> -->
<!-- end strip -->
)
</td>
@@ -97,7 +97,7 @@
(printable <a href="devguide/printable.html">html</a>
<!-- start strip -->
- - <a href="http://eclipse.org/aspectj/doc/dist/devguide/index.html">web</a>
+<!-- - <a href="http://eclipse.org/aspectj/doc/dist/devguide/index.html">web</a> -->
<!-- end strip -->
)
</td>
@@ -113,7 +113,7 @@
<tr> <td><a href="api/overview-summary.html">AspectJ API</a>
<!-- start strip -->
- (<a href="http://eclipse.org/aspectj/doc/dist/api/overview-summary.html">web</a>)
+<!-- (<a href="http://eclipse.org/aspectj/doc/dist/api/overview-summary.html">web</a>) -->
<!-- end strip -->
</td>
<td>API documentation for AspectJ runtime classes. <tt>JoinPoint</tt>
@@ -122,7 +122,7 @@
<tr> <td><a href="faq.html"> FAQ</a>
<!-- start strip -->
- (<a href="http://eclipse.org/aspectj/doc/dist/faq.html">web</a>)
+<!-- (<a href="http://eclipse.org/aspectj/doc/dist/faq.html">web</a>) -->
<!-- end strip -->
</td>
<td>Frequently-asked questions about the AspectJ language, tools, and project.
@@ -130,7 +130,7 @@
<tr> <td><a href="porting.html"> Porting guide</a>
<!-- start strip -->
- (<a href="http://eclipse.org/aspectj/doc/dist/porting.html">web</a>)
+<!-- (<a href="http://eclipse.org/aspectj/doc/dist/porting.html">web</a>) -->
<!-- end strip -->
</td>
<td>How users can convert code from pre-1.0 versions
@@ -139,15 +139,15 @@
<tr> <td><a href="changes.html"> Changes </a>
<!-- start strip -->
- (<a href="http://eclipse.org/aspectj/doc/dist/changes.html">web</a>)
+<!-- (<a href="http://eclipse.org/aspectj/doc/dist/changes.html">web</a>) -->
<!-- end strip -->
</td>
<td>Changes between the latest releases.
</td> </tr>
-<tr> <td>Examples
+<tr> <td><a href="examples/">Examples</a>
<!-- start strip -->
- (<a href="examples/">local</a>)
+<!-- (<a href="examples/">local</a>) -->
<!-- end strip -->
</td>
<td>AspectJ code to demonstrate some language features and implement
@@ -274,9 +274,6 @@
Focus initially on the join point model and
pointcuts, concepts AOP adds to OOP.
To see how the code works, tour your
- <!-- start strip -->
- <a href="../examples/">local</a>
- <!-- end strip -->
examples as described in the
<a href="progguide/ch03.html">Examples </a> section of the
<a href="progguide/index.html">Programming Guide</a>.