summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorAndré Bargull <andre.bargull@gmail.com>2015-07-17 17:43:27 +0200
committerAndré Bargull <andre.bargull@gmail.com>2015-07-17 17:43:27 +0200
commitd38de8dca77f149973676b39a4442e7e0883914f (patch)
tree51d0697cbb321e10a34e81e16984f3a83de31181 /website
parenta85f5039e0a646ba07408fd3b00d1d3950031915 (diff)
downloadqtdeclarative-testsuites-d38de8dca77f149973676b39a4442e7e0883914f.tar.gz
Remove links to hg.ecmascript.org (non-license content)
Diffstat (limited to 'website')
-rw-r--r--website/scripts/helper.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/website/scripts/helper.js b/website/scripts/helper.js
index 2e28eb293..ed9ce234d 100644
--- a/website/scripts/helper.js
+++ b/website/scripts/helper.js
@@ -206,8 +206,8 @@ function Presenter() {
innerHTML += '<br /><b>Path</b>';
innerHTML += '<pre>' + test.path + '</pre>';
- innerHTML += '<br /><a href="javascript:void(window.open(\'http://hg.ecmascript.org/tests/test262/file/tip/test/suite'
- innerHTML += test.path.replace("TestCases", "") + '\'));">' + 'Hg source' + '</a> (might be newer than the testcase source shown above)\n'
+ innerHTML += '<br /><a href="javascript:void(window.open(\'https://github.com/tc39/test262/raw/master/test'
+ innerHTML += test.path.replace("TestCases", "") + '\'));">' + 'GitHub source' + '</a> (might be newer than the testcase source shown above)\n'
popWnd.document.write(innerHTML);
}
@@ -222,7 +222,7 @@ function Presenter() {
bugDetails += "DESCRIPTION\n*Please insert your description here!*\n\n";
bugDetails += "------------------\n";
bugDetails += "TEST: " + test.path + "\n";
- bugDetails += "SOURCE: http://hg.ecmascript.org/tests/test262/file/tip/test/suite" + test.path.replace("TestCases", "") + "\n";
+ bugDetails += "SOURCE: https://github.com/tc39/test262/raw/master/test" + test.path.replace("TestCases", "") + "\n";
bugDetails += "TEST SUITE DATE: " + date + "\n";
bugDetails += "PLATFORM: " + navigator.userAgent + "\n";
bugDetails += "ERROR: " + test.error + "\n\n";