]> source.dussan.org Git - aspectj.git/commitdiff
removing non-local links into tree
authorehilsdal <ehilsdal>
Wed, 18 Dec 2002 21:21:53 +0000 (21:21 +0000)
committerehilsdal <ehilsdal>
Wed, 18 Dec 2002 21:21:53 +0000 (21:21 +0000)
build/products/tools/dist/README-11.html
docs/dist/doc/index.html

index 16bdc3eb9b8cc09a1f3345013695222eb2b3425a..701c0812dbc694821a0e01bee63a126a94a42fa8 100644 (file)
@@ -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
index ee5e6b0ebc7bc5e0f199f7d314866e458a00870a..902caa2df8b59cba6d10254e22c1f2ef68ebff15 100644 (file)
@@ -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>
 
 <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>
 
 <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.
 
 <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 
 
 <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
     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>.