report(font-size, link-text): update docs links (#4829)

This commit is contained in:
Konrad Dzwinel 2018-03-21 19:06:43 +01:00 коммит произвёл Patrick Hulce
Родитель f092a8ad43
Коммит dc3c21de4c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -179,7 +179,7 @@ class FontSize extends Audit {
failureDescription: 'Document doesn\'t use legible font sizes',
helpText: 'Font sizes less than 12px are too small to be legible and require mobile ' +
'visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. ' +
'[Learn more](https://developers.google.com/web/fundamentals/design-and-ux/responsive/#optimize_text_for_reading).',
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/font-sizes).',
requiredArtifacts: ['FontSize', 'URL', 'Viewport'],
};
}

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

@ -30,7 +30,7 @@ class LinkText extends Audit {
description: 'Links have descriptive text',
failureDescription: 'Links do not have descriptive text',
helpText: 'Descriptive link text helps search engines understand your content. ' +
'[Learn more](https://webmasters.googleblog.com/2008/10/importance-of-link-architecture.html).',
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/descriptive-link-text).',
requiredArtifacts: ['URL', 'CrawlableLinks'],
};
}