diff --git a/src/web-check-live/components/misc/AdditionalResources.tsx b/src/web-check-live/components/misc/AdditionalResources.tsx index befa849..0d62900 100644 --- a/src/web-check-live/components/misc/AdditionalResources.tsx +++ b/src/web-check-live/components/misc/AdditionalResources.tsx @@ -213,11 +213,11 @@ const resources = [ searchLink: 'https://radar.cloudflare.com/domains/domain/{URL}', }, { - title: 'Mozilla Observatory', - link: 'https://observatory.mozilla.org/', + title: 'Mozilla HTTP Observatory', + link: 'https://developer.mozilla.org/en-US/observatory', icon: 'https://i.ibb.co/hBWh9cj/logo-mozm-5e95c457fdd1.png', description: 'Assesses website security posture by analyzing various security headers and practices', - searchLink: 'https://observatory.mozilla.org/analyze/{URL}', + searchLink: 'https://developer.mozilla.org/en-US/observatory/analyze?host={URL}', }, { title: 'AbuseIPDB',