Skip to content

Commit

Permalink
report(is-crawlable): fix broken learn more link (#4844)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and paulirish committed Mar 22, 2018
1 parent 547da63 commit 0ba57d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/seo/is-crawlable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};
}
Expand Down

0 comments on commit 0ba57d5

Please sign in to comment.