diff options
author | acolyer <acolyer> | 2003-05-13 11:55:52 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-05-13 11:55:52 +0000 |
commit | 70051ae5b78edb068964da3e4a7709055f9fbd53 (patch) | |
tree | 8f61fe59c103312c1c31317cd70d093a7c0b378b /docs/faq | |
parent | d7b0104b5e149cb9a5f907acdbd0a5d08af275d4 (diff) | |
download | aspectj-70051ae5b78edb068964da3e4a7709055f9fbd53.tar.gz aspectj-70051ae5b78edb068964da3e4a7709055f9fbd53.zip |
Fixed broken links to bug db and IBM sites.
Diffstat (limited to 'docs/faq')
-rw-r--r-- | docs/faq/faq.xml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index 328642445..9ac2191f4 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -1447,13 +1447,13 @@ aspect PublicErrorLogging { </para> <para> You may view and submit bug reports and feature requests 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 product <literal>AspectJ</literal>. Here are direct links to <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&component=Compiler&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"> view open compiler bugs</ulink>, <ulink url="http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ"> view all Aspectj bugs (open or closed)</ulink>, or - <ulink url="http://dev.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> + <ulink url="http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> add new bugs</ulink>. </para> @@ -1546,16 +1546,15 @@ ajc -argfile sources.lst <listitem> <para> <ulink - url="http://www.ibm.com/java/jdk/download/"> - developerWorks : J - ava technology : Tools and products - Developer kits + url="http://www-106.ibm.com/developerworks/java/jdk/"> + developerWorks : Java technology : Tools and products - Developer kits </ulink> </para> </listitem> <listitem> <para> <ulink - url="http://oss.software.ibm.com/developerworks/projects/jikes/?dwzone=opensource"> + url="http://www-124.ibm.com/developerworks/oss/jikes/"> developerWorks : Open Source - Jikes Project </ulink> </para> @@ -2498,8 +2497,7 @@ aspect MyMarker extends MarkerExample { and many developers already use alternative solutions. For one possibly standard solution, see <ulink url="http://jcp.org/jsr/detail/057.jsp"> - Lon - g-Term Persistence for JavaBeans Specification + Long-Term Persistence for JavaBeans Specification </ulink>. </para> </answer> @@ -3680,8 +3678,8 @@ vmparam -Xmx384m </question> <answer> <para>You can submit a bug from - <ulink url="http://dev.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> - http://dev.eclipse.org/bugs/enter_bug.cgi?product=AspectJ + <ulink url="http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ"> + http://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ </ulink>. If it seems to be a bug in the compiler, please attach a small test case (source code) |