Bug 539414 - Update the Test Run location on the IBuild test results
page

Change-Id: Ifec8c12779f211eb562d77f91367ab197185e6e3
Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
diff --git a/bundles/org.eclipse.build.tools/src/org/eclipse/releng/generators/TestResultsGenerator.java b/bundles/org.eclipse.build.tools/src/org/eclipse/releng/generators/TestResultsGenerator.java
index 2544105..fb04c89 100644
--- a/bundles/org.eclipse.build.tools/src/org/eclipse/releng/generators/TestResultsGenerator.java
+++ b/bundles/org.eclipse.build.tools/src/org/eclipse/releng/generators/TestResultsGenerator.java
@@ -948,8 +948,7 @@
         htmlString = htmlString + EOL + "<h3 id=\"UnitTest\">Unit Test Results</h3>" + EOL;
 
         htmlString = htmlString
-                + "<p>The unit tests are run on the <a href=\"https://hudson.eclipse.org/shared/view/Eclipse%20and%20Equinox/\">shared Hudson instance</a>"
-                + " and the <a href=\"https://hudson.eclipse.org/platform/view/Unit%20Tests/\">platform Hudson instance</a>.</p>"
+                + "<p>The unit tests are run on the <a href=\"https://ci.eclipse.org/releng/view/Automated%20tests/\">releng ci instance</a>.</p>"
                 + EOL;
 
         htmlString = htmlString + "<p>The table shows the unit test results for this build on the platforms" + EOL;