Skip to content

Commit

Permalink
report(font-size, link-text): update docs links (#4829)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdzwinel authored and patrickhulce committed Mar 21, 2018
1 parent f092a8a commit dc3c21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/seo/font-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};
}
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/audits/seo/link-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};
}
Expand Down

0 comments on commit dc3c21d

Please sign in to comment.