We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c140999 commit 4e8131fCopy full SHA for 4e8131f
ui/helpers/url.js
@@ -101,7 +101,7 @@ export const getInspectTaskUrl = function getInspectTaskUrl(
101
};
102
103
export const getReftestUrl = function getReftestUrl(logUrl) {
104
- return `https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=${logUrl}&only_show_unexpected=1`;
+ return `https://hg.mozilla.org/mozilla-central/raw-file/default/layout/tools/reftest/reftest-analyzer.xhtml#logurl=${logUrl}&only_show_unexpected=1`;
105
106
107
// repoName here is necessary because this data comes from the /jobs endpoint
0 commit comments