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 59b0762 commit 6b3e783Copy full SHA for 6b3e783
ui/helpers/url.js
@@ -145,7 +145,7 @@ export const getPerfAnalysisUrl = function getPerfAnalysisUrl(url, job) {
145
};
146
147
export const getCrashViewerUrl = function getCrashViewerUrl(crashJsonUrl) {
148
- return `https://fqueze.github.io/aretestsfastyet/crash-viewer.html?url=${encodeURIComponent(
+ return `https://tests.firefox.dev/crash-viewer.html?url=${encodeURIComponent(
149
crashJsonUrl,
150
)}`;
151
0 commit comments