From 837e931a58a6d0144cdf0c05d789a4d08b76b7ea Mon Sep 17 00:00:00 2001 From: Than Nguyen Date: Thu, 12 Apr 2018 22:09:31 -0500 Subject: [PATCH] core(performance): fix link for bootup time --- lighthouse-core/audits/bootup-time.js | 2 +- lighthouse-core/test/results/sample_v2.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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