diff options
author | ehilsdal <ehilsdal> | 2002-12-18 21:21:53 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2002-12-18 21:21:53 +0000 |
commit | 1071f9d850894651099261fc26538b9c444b4fd3 (patch) | |
tree | 3afa0ba189bde5f87d904577c8406e1065ac7908 | |
parent | 0d53a7250c40bd404dbc0ecb35b66e5450fafbcd (diff) | |
download | aspectj-1071f9d850894651099261fc26538b9c444b4fd3.tar.gz aspectj-1071f9d850894651099261fc26538b9c444b4fd3.zip |
removing non-local links into tree
-rw-r--r-- | build/products/tools/dist/README-11.html | 5 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 21 |
2 files changed, 11 insertions, 15 deletions
diff --git a/build/products/tools/dist/README-11.html b/build/products/tools/dist/README-11.html index 16bdc3eb9..701c0812d 100644 --- a/build/products/tools/dist/README-11.html +++ b/build/products/tools/dist/README-11.html @@ -31,9 +31,8 @@ and tools in relation to AspectJ 1.0.6. </p> <p>The information in this document will be folded into the main line -of <a href="http://dev.eclipse.org/aspectj/documentation.html">AspectJ -documentation</a> but has not yet. All descriptions here should be -read as changes to the AspectJ documentation. </p> +of AspectJ documentation but has not yet. All descriptions here +should be read as changes to the AspectJ documentation. </p> <p> The main body of this document describes the differences between the 1.1beta2 release and the 1.0.6 release. For those following our 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>. |