From d29761c8fbebfed2cd6abbd1cc8d729f63a65aeb Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Thu, 22 Mar 2018 09:34:43 -0700 Subject: [PATCH] report(is-crawlable): fix broken learn more link --- lighthouse-core/audits/seo/is-crawlable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-core/audits/seo/is-crawlable.js b/lighthouse-core/audits/seo/is-crawlable.js index 6e27f1b6013a..781a09bf11f2 100644 --- a/lighthouse-core/audits/seo/is-crawlable.js +++ b/lighthouse-core/audits/seo/is-crawlable.js @@ -67,7 +67,7 @@ class IsCrawlable extends Audit { failureDescription: 'Page is blocked from indexing', helpText: 'Search engines are unable to include your pages in search results ' + 'if they don\'t have permission to crawl them. [Learn ' + - 'more](https://developers.google.com/lighthouse/audits/indexing).', + 'more](https://developers.google.com/web/tools/lighthouse/audits/indexing).', requiredArtifacts: ['MetaRobots', 'RobotsTxt'], }; }