diff --git a/lighthouse-core/audits/bootup-time.js b/lighthouse-core/audits/bootup-time.js index f3e20c08c7be..5b20254f7345 100644 --- a/lighthouse-core/audits/bootup-time.js +++ b/lighthouse-core/audits/bootup-time.js @@ -24,7 +24,7 @@ class BootupTime extends Audit { scoreDisplayMode: Audit.SCORING_MODES.NUMERIC, helpText: 'Consider reducing the time spent parsing, compiling, and executing JS. ' + 'You may find delivering smaller JS payloads helps with this. [Learn ' + - 'more](https://developers.google.com/web/lighthouse/audits/bootup).', + 'more](https://developers.google.com/web/tools/lighthouse/audits/bootup).', requiredArtifacts: ['traces'], }; } diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index 1436ff2399f1..207d497290a4 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -1101,7 +1101,7 @@ "scoreDisplayMode": "numeric", "name": "bootup-time", "description": "JavaScript boot-up time", - "helpText": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://developers.google.com/web/lighthouse/audits/bootup).", + "helpText": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/bootup).", "details": { "type": "table", "headings": [ @@ -5403,6 +5403,6 @@ } }, "timing": { - "total": 904 + "total": 877 } } \ No newline at end of file