Skip to content

Commit 4e8131f

Browse files
Bug 1980188 - point reftest-analyzer link to be on mozilla-central's default mercurial branch (#8873)
1 parent c140999 commit 4e8131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/helpers/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const getInspectTaskUrl = function getInspectTaskUrl(
101101
};
102102

103103
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`;
104+
return `https://hg.mozilla.org/mozilla-central/raw-file/default/layout/tools/reftest/reftest-analyzer.xhtml#logurl=${logUrl}&only_show_unexpected=1`;
105105
};
106106

107107
// repoName here is necessary because this data comes from the /jobs endpoint

0 commit comments

Comments
 (0)