From 357fbe18312d5e72cfab07f967e04f451d8b8dd5 Mon Sep 17 00:00:00 2001 From: NGN <108784453+34bits@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:14:20 +0300 Subject: [PATCH] Update AdditionalResources.tsx I changed the URL in MDN HTTP Observatory from link: 'https://observatory.mozilla.org/', to link: 'https://developer.mozilla.org/en-US/observatory', because MDN HTTP Observatory is launched, and Mozilla Observatory is now deprecated. Here is the article: https://developer.mozilla.org/en-US/blog/mdn-http-observatory-launch/ --- src/web-check-live/components/misc/AdditionalResources.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web-check-live/components/misc/AdditionalResources.tsx b/src/web-check-live/components/misc/AdditionalResources.tsx index d75f187..8a2a31b 100644 --- a/src/web-check-live/components/misc/AdditionalResources.tsx +++ b/src/web-check-live/components/misc/AdditionalResources.tsx @@ -208,10 +208,10 @@ const resources = [ }, { title: 'Mozilla Observatory', - link: 'https://observatory.mozilla.org/', + 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/{URL}', }, { title: 'AbuseIPDB',