report(is-crawlable): fix broken learn more link (#4844)

This commit is contained in:
Patrick Hulce 2018-03-22 09:41:30 -07:00 коммит произвёл Paul Irish
Родитель 44897843d4
Коммит d9dace56c0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'],
};
}