Skip to content

Commit 7ca22da

Browse files
authored
Merge pull request #162 from 34bits/patch-2
Update AdditionalResources.tsx
2 parents 7ca8412 + 95469b9 commit 7ca22da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/web-check-live/components/misc/AdditionalResources.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ const resources = [
213213
searchLink: 'https://radar.cloudflare.com/domains/domain/{URL}',
214214
},
215215
{
216-
title: 'Mozilla Observatory',
217-
link: 'https://observatory.mozilla.org/',
216+
title: 'Mozilla HTTP Observatory',
217+
link: 'https://developer.mozilla.org/en-US/observatory',
218218
icon: 'https://i.ibb.co/hBWh9cj/logo-mozm-5e95c457fdd1.png',
219219
description: 'Assesses website security posture by analyzing various security headers and practices',
220-
searchLink: 'https://observatory.mozilla.org/analyze/{URL}',
220+
searchLink: 'https://developer.mozilla.org/en-US/observatory/analyze?host={URL}',
221221
},
222222
{
223223
title: 'AbuseIPDB',

0 commit comments

Comments
 (0)