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 | |
parent | 02aa6df64d9b50e91e7e5d32e450056b7bc4bf55 (diff) | |
download | aspectj-1aa6ce7834c0082d34e1ef84c0cef8ec68d84926.tar.gz aspectj-1aa6ce7834c0082d34e1ef84c0cef8ec68d84926.zip |
link fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devGuideDB/ajbrowser.xml | 10 | ||||
-rw-r--r-- | docs/devGuideDB/antsupport.xml | 12 | ||||
-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 | ||||
-rw-r--r-- | docs/faq/faq.xml | 6 |
6 files changed, 19 insertions, 21 deletions
diff --git a/docs/devGuideDB/ajbrowser.xml b/docs/devGuideDB/ajbrowser.xml index 7bfe808e3..0e463dd07 100644 --- a/docs/devGuideDB/ajbrowser.xml +++ b/docs/devGuideDB/ajbrowser.xml @@ -334,12 +334,12 @@ <para> For the most up-to-date information on known problems, see the - <ulink url="http://dev.eclipse.org/bugs">bug database</ulink> + <ulink url="http://bugs.eclipse.org/bugs">bug database</ulink> for unresolved - <ulink url="http://dev.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> + <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> compiler bugs </ulink> or - <ulink url="http://dev.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=IDE&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> + <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=IDE&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> IDE bugs </ulink>. </para> @@ -377,8 +377,8 @@ (Do join the list to participate!) We also welcome any bug reports, patches, and feature requests; you can submit them to the bug database at - <ulink url="http://dev.eclipse.org/bugs"> - http://dev.eclipse.org/bugs</ulink> + <ulink url="http://bugs.eclipse.org/bugs"> + http://bugs.eclipse.org/bugs</ulink> using the AspectJ product and IDE component. </para> </sect2> diff --git a/docs/devGuideDB/antsupport.xml b/docs/devGuideDB/antsupport.xml index 847461878..22d6afa32 100644 --- a/docs/devGuideDB/antsupport.xml +++ b/docs/devGuideDB/antsupport.xml @@ -1386,7 +1386,7 @@ All source files under spacewar/ and coordination/ are used, except Debug.java. </para> <para> - See <ulink url="../examples/builds.xml">../examples/builds.xml</ulink> + See <ulink url="../examples/build.xml">../examples/build.xml</ulink> for an example build script. </para> </sect2> @@ -1631,12 +1631,12 @@ <para> For the most up-to-date information on known problems, see the - <ulink url="http://dev.eclipse.org/bugs">bug database</ulink> + <ulink url="http://bugs.eclipse.org/bugs">bug database</ulink> for unresolved - <ulink url="http://dev.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> + <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Compiler&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> compiler bugs </ulink> or - <ulink url="http://dev.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Ant&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> + <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?&product=AspectJ&component=Ant&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> taskdef bugs </ulink>. </para> @@ -1666,8 +1666,8 @@ (Do join the list to participate!) We also welcome any bug reports, patches, and features; you can submit them to the bug database at - <ulink url="http://dev.eclipse.org/bugs"> - http://dev.eclipse.org/bugs</ulink> + <ulink url="http://bugs.eclipse.org/bugs"> + http://bugs.eclipse.org/bugs</ulink> using the AspectJ product and Ant component. </para> </sect2> 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 --> diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index 4e1cb8cbc..c414b12de 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -250,7 +250,7 @@ </question> <answer> <para>From AspectJ's - <ulink url="http://elipse.org/aspectj">web page + <ulink url="http://eclipse.org/aspectj">web page </ulink>, download the AspectJ distribution. The <literal>jar</literal> file is installed by executing </para> @@ -1341,9 +1341,7 @@ aspect PublicErrorLogging { approved a proposal to add generic types to Java that is largely based on GJ (JSR 14). A draft specification was submitted for public review, which closed on 01 August 2001, and a - <ulink url="http://plan9.bell-labs.com/who/wadler/pizza/gj/"> - prototype implementation - </ulink> has been released. + prototype implementation has been released by Sun. </para> <para>We are committed to moving very rapidly to add support for generic types in AspectJ when generic types become part of the Java |