diff options
author | wisberg <wisberg> | 2003-06-05 09:11:29 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-06-05 09:11:29 +0000 |
commit | 1aa6ce7834c0082d34e1ef84c0cef8ec68d84926 (patch) | |
tree | deeef261ad8ecd5290885395b3fe5a938374be89 /docs/dist | |
parent | 02aa6df64d9b50e91e7e5d32e450056b7bc4bf55 (diff) | |
download | aspectj-1aa6ce7834c0082d34e1ef84c0cef8ec68d84926.tar.gz aspectj-1aa6ce7834c0082d34e1ef84c0cef8ec68d84926.zip |
link fixes
Diffstat (limited to 'docs/dist')
-rw-r--r-- | docs/dist/doc/README-11.html | 6 | ||||
-rw-r--r-- | docs/dist/doc/changes.html | 4 | ||||
-rw-r--r-- | docs/dist/doc/index.html | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/dist/doc/README-11.html b/docs/dist/doc/README-11.html index 039c49b88..eebb3d3e9 100644 --- a/docs/dist/doc/README-11.html +++ b/docs/dist/doc/README-11.html @@ -264,7 +264,7 @@ programs from 1.0 to 1.1. <p> A short description of the options ajc accepts is available with "<code>ajc -help</code>". Longer descriptions are available in the - <a href="devguide/ajc.html">Development Environment Guide + <a href="devguide/ajc-ref.html">Development Environment Guide section on ajc</a>. </p> <p> </p> @@ -1480,8 +1480,8 @@ especially the open bugs for the Developers should know about bugs marked with the "info" keyword because those bugs reflect failures to implement the 1.1 language perfectly. These might be fixed during the 1.1 release cycle; find them using the query - <a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info"> - https://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info</a> + <a href="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info"> + http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info</a> For ajc's 1.1 implementation limitations, see <a href="progguide/limitations.html"> diff --git a/docs/dist/doc/changes.html b/docs/dist/doc/changes.html index cbfb4674a..efaecc030 100644 --- a/docs/dist/doc/changes.html +++ b/docs/dist/doc/changes.html @@ -14,7 +14,7 @@ All rights reserved. <h1>Changes in AspectJ</h1> <ul> - <li><a href="#1.1">1.1</a> (released 2003-06) + <li> 1.1 (released 2003-06) <!-- TODO XXX date --> See <a href="README-11.html">README-11.html</a> </li> @@ -931,7 +931,7 @@ have changed. These changes make these language constructs implementable on current JVMs without memory leaks (this wasn't true of the previous version). Most people will probably not notice these changes, but the correct semantics are described in -<a href="progguide/apb.html">the semantics section of the programming +<a href="progguide/semantics.html">the semantics section of the programming guide</a>. </p> diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index f6b32ad88..3eb29ffa5 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -63,7 +63,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> + (printable <a href="progguide/printable.html">html</a> <!-- start strip --> <!-- - <a href="http://eclipse.org/aspectj/doc/dist/progguide/index.html">web</a> --> <!-- end strip --> |