Skip to content

Commit

Permalink
refactor: update url to pagespeed insights (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jan 25, 2023
1 parent a29c0ff commit 71bd8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/check-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

function openCheckToolPage(toolName) {
const toolsTable = {
pagespeedInsights: 'https://developers.google.com/speed/pagespeed/insights/?url=',
pagespeedInsights: 'https://pagespeed.web.dev/report?url=',
richResults: 'https://search.google.com/test/rich-results?url=',
mobileFriendly: 'https://search.google.com/test/mobile-friendly?url=',
w3Validator: 'https://validator.w3.org/nu/?doc=',
Expand Down

0 comments on commit 71bd8eb

Please sign in to comment.