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/devGuideDB/antsupport.xml | |
parent | 02aa6df64d9b50e91e7e5d32e450056b7bc4bf55 (diff) | |
download | aspectj-1aa6ce7834c0082d34e1ef84c0cef8ec68d84926.tar.gz aspectj-1aa6ce7834c0082d34e1ef84c0cef8ec68d84926.zip |
link fixes
Diffstat (limited to 'docs/devGuideDB/antsupport.xml')
-rw-r--r-- | docs/devGuideDB/antsupport.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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> |