-
Notifications
You must be signed in to change notification settings - Fork 9.5k
docs: update web.dev links to new developer.chrome.com home #14581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The [windowing | ||
adjustment](https://www.google.com/url?q=https://web.dev/evolving-cls/&sa=D&source=editors&ust=1622570731600000&usg=AOvVaw2R7Y5uFrQX7Mpdj__5SdYq) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure how we missed these :)
@@ -17,7 +17,7 @@ const UIStrings = { | |||
title: 'Preload Largest Contentful Paint image', | |||
/** Description of a lighthouse audit that tells a user to preload an image in order to improve their LCP time. */ | |||
description: 'If the LCP element is dynamically added to the page, you should preload the ' + | |||
'image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/optimize-lcp/#preload-important-resources).', | |||
'image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/optimize-lcp/#optimize-when-the-resource-is-discovered).', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we gong to create our own doc for this as part of #13738?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
@@ -24,7 +24,7 @@ const UIStrings = { | |||
failureTitle: 'Page is blocked from indexing', | |||
/** Description of a Lighthouse audit that tells the user *why* allowing search-engine crawling of their page is beneficial. This is displayed after a user expands the section to see more. No character length limits. The last sentence starting with 'Learn' becomes link text to additional documentation. */ | |||
description: 'Search engines are unable to include your pages in search results ' + | |||
'if they don\'t have permission to crawl them. [Learn more about crawler directives](https://web.dev/is-crawable/).', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oof on the mispell
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ha, well spotted. I was confused at first how it worked at all (turns out GoogleChrome/web.dev#5407 added a redirect) and then worried for a second that we had our audit ID wrong all this time.
Update remainder of web.dev docs links to new https://developer.chrome.com/docs/lighthouse/ home
Related Issues/PRs
#14400