diff --git a/lighthouse-core/audits/seo/meta-description.js b/lighthouse-core/audits/seo/meta-description.js index 8d1676c86751..092af47b41ea 100644 --- a/lighthouse-core/audits/seo/meta-description.js +++ b/lighthouse-core/audits/seo/meta-description.js @@ -18,7 +18,7 @@ class Description extends Audit { failureDescription: 'Document does not have a meta description', helpText: 'Meta descriptions may be included in search results to concisely summarize ' + 'page content. ' + - '[Learn more](https://support.google.com/webmasters/answer/35624?hl=en#1).', + '[Learn more](https://developers.google.com/web/tools/lighthouse/audits/description).', requiredArtifacts: ['MetaDescription'], }; }