replace most references to objectteams.org with new links,
except for some references to and from the OTJLD.
diff --git a/org.eclipse.jdt.core/util/org/eclipse/objectteams/otdt/core/exceptions/InternalCompilerError.java b/org.eclipse.jdt.core/util/org/eclipse/objectteams/otdt/core/exceptions/InternalCompilerError.java
index d0454fb..c5af992 100644
--- a/org.eclipse.jdt.core/util/org/eclipse/objectteams/otdt/core/exceptions/InternalCompilerError.java
+++ b/org.eclipse.jdt.core/util/org/eclipse/objectteams/otdt/core/exceptions/InternalCompilerError.java
@@ -43,7 +43,7 @@
     
     private static final String INTRO = new String(
             "You discovered a bug in the Object Teams Development Tooling." + (char)Character.LINE_SEPARATOR +  //$NON-NLS-1$
-    		"Please mail this stacktrace and a description how to reproduce the bug to bugs@objectteams.org" + (char)Character.LINE_SEPARATOR + //$NON-NLS-1$
+    		"Please consider filing a bug including this stacktrace and a description how to reproduce at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Objectteams" + (char)Character.LINE_SEPARATOR + //$NON-NLS-1$
     		"Thank you -- the OTDT Development Team." + (char)Character.LINE_SEPARATOR); //$NON-NLS-1$
     
 	public String getMessage()
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/build.properties b/plugins/org.eclipse.objectteams.otdt.ui.help/build.properties
index be190a2..334903f 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/build.properties
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/build.properties
@@ -10,9 +10,9 @@
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
-# $Id: build.properties 23366 2010-01-28 00:23:03Z stephan $
+# $Id$
 # 
-# Please visit http://www.objectteams.org for updates and contact.
+# Please visit http://www.eclipse.org/objectteams for updates and contact.
 # 
 # Contributors:
 # Fraunhofer FIRST - Initial API and implementation
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/develop.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/develop.html
index 4e2bedd..beae173 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/develop.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/develop.html
@@ -9,7 +9,7 @@
 	<h1>Object Teams Development Tooling</h1>
 	<p>
 	The OTDT is a development environment for the 
-	<a href="http://trac.objectteams.org/ot/wiki/OTJ">OT/J</a> programming language.
+	<a href="http://wiki.eclipse.org/OTJ">OT/J</a> programming language.
 	</p>
 	<p>
 	Based on the Eclipse Java development tools (JDT), it includes the following key features, which
@@ -47,8 +47,8 @@
   	<h2>Feedback</h2>
 	<p>
   	If you have questions regarding the <a href="otjld/def/index.html">OT/J</a> 
-  	language or if you experience problems or bugs with the OTDT, do not hesitate to send a mail to the
-  	<a href="mailto:otj-users@objectteams.org">otj-users@objectteams.org</a> mailing list.
+  	language or if you experience problems or bugs with the OTDT, do not hesitate to post to the
+  	<a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.objectteams">Object Teams forum</a>.
 	</p>
 	
 	<p>
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/features.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/features.html
index 03f1aeb..f7ced93 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/features.html
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/features.html
@@ -74,17 +74,6 @@
 				-->  
 				</ul>
 			</dd>
-			<dt><strong>Status of the Compiler</strong></dt>
-			<dd>
-				The OTDT is continuously tested using two growing test suites:
-				<table class="default">
-				<tr><th>Name</th><th>Software under Test</th><th>Kind</th><th>Number of tests</th></tr>
-				<tr class="z1"><td><b>Jacks</b></td><td>compiler and runtime environment</td><td>black box</td><td> &gt;2000 (test programs)</td></tr>
-				<tr class="z2"><td><b>JUnit</b></td><td>all of the OTDT</td>                 <td>white box</td><td> &gt;40000 tests.</td>        </tr>
-				</table>
-				
-				Feel free to have a look at the <a href="http://www.objectteams.org/distrib/otdt.html#testresults">test status</a> and remaining <a href="http://trac.objectteams.org/ot/wiki/JUnitFailures">known problems</a>.
-			</dd>
 			</dl>
 			
 			<div id="wizards" class="headl"><div class="headr">