Skip to content

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

Merged
merged 3 commits into from
Dec 2, 2022

Conversation

brendankenny
Copy link
Contributor

Update remainder of web.dev docs links to new https://developer.chrome.com/docs/lighthouse/ home

Related Issues/PRs
#14400

@brendankenny brendankenny requested a review from a team as a code owner December 2, 2022 19:55
@brendankenny brendankenny requested review from connorjclark and removed request for a team December 2, 2022 19:55
Comment on lines -135 to -136
The [windowing
adjustment](https://www.google.com/url?q=https://web.dev/evolving-cls/&sa=D&source=editors&ust=1622570731600000&usg=AOvVaw2R7Y5uFrQX7Mpdj__5SdYq)
Copy link
Contributor Author

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).',
Copy link
Member

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?

Copy link
Contributor Author

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/).',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof on the mispell

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants