[net] Fix NetworkCommunicationTestJob request URL

Signed-off-by: Johannes Dorn <johannes.dorn@codetrails.com>
diff --git a/bundles/org.eclipse.epp.logging.aeri.ui/src/org/eclipse/epp/internal/logging/aeri/ui/log/NetworkCommunicationTestJob.java b/bundles/org.eclipse.epp.logging.aeri.ui/src/org/eclipse/epp/internal/logging/aeri/ui/log/NetworkCommunicationTestJob.java
index fe8b2ef..b0372d9 100644
--- a/bundles/org.eclipse.epp.logging.aeri.ui/src/org/eclipse/epp/internal/logging/aeri/ui/log/NetworkCommunicationTestJob.java
+++ b/bundles/org.eclipse.epp.logging.aeri.ui/src/org/eclipse/epp/internal/logging/aeri/ui/log/NetworkCommunicationTestJob.java
@@ -50,8 +50,8 @@
 @SuppressWarnings("restriction")
 public class NetworkCommunicationTestJob extends Job {
 
-    private static final String PROXY_TEST_URL = "http://download.codetrails.com/stats/technology/epp/logging/network-communication-test/proxy/authentication/"; //$NON-NLS-1$
-    private static final String REQUEST_URL = "http://download.codetrails.com/stats/technology/epp/logging/network-communication-test/{0}/java-{1}/{2}-{3}/{4}-{5}/{6}/{7}-{8}/"; //$NON-NLS-1$
+    private static final String PROXY_TEST_URL = "http://download.eclipse.org/stats/technology/epp/logging/network-communication-test/proxy/authentication/"; //$NON-NLS-1$
+    private static final String REQUEST_URL = "http://download.eclipse.org/stats/technology/epp/logging/network-communication-test/{0}/java-{1}/{2}-{3}/{4}-{5}/{6}/{7}-{8}/"; //$NON-NLS-1$
     private static final String APACHE_HTTP_REQUEST_PART = "apache"; //$NON-NLS-1$
     private static final String P2_HTTP_REQUEST_PART = "p2"; //$NON-NLS-1$
     private static final String UNKNOWN = "unknown"; //$NON-NLS-1$