Change frontend.py's results reference to a relative path



git-svn-id: http://test.kernel.org/svn/autotest/trunk@838 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/tko/frontend.py b/tko/frontend.py
index 6de73ae..fc05e2f 100755
--- a/tko/frontend.py
+++ b/tko/frontend.py
@@ -6,7 +6,7 @@
 if os.path.exists(root_url_file):
         html_root = open(root_url_file, 'r').readline().rstrip()
 else:
-        html_root = 'http://test.kernel.org/google/'
+        html_root = '/results/'
 
 
 class group: