Skip to content

Commit 6b3e783

Browse files
authored
Use tests.firefox.dev for the crash-viewer url. (#9042)
1 parent 59b0762 commit 6b3e783

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
@@ -145,7 +145,7 @@ export const getPerfAnalysisUrl = function getPerfAnalysisUrl(url, job) {
145145
};
146146

147147
export const getCrashViewerUrl = function getCrashViewerUrl(crashJsonUrl) {
148-
return `https://fqueze.github.io/aretestsfastyet/crash-viewer.html?url=${encodeURIComponent(
148+
return `https://tests.firefox.dev/crash-viewer.html?url=${encodeURIComponent(
149149
crashJsonUrl,
150150
)}`;
151151
};

0 commit comments

Comments
 (0)