Skip to content

Commit 420785a

Browse files
authored
Change Sucuri SiteCheck link
Fixes the Securi SiteCheck link to no longer point to the SSL Labs Test
1 parent f233de9 commit 420785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const resources = [
134134
link: 'https://sitecheck.sucuri.net/',
135135
icon: 'https://i.ibb.co/K5pTP1K/Sucuri-site-check.png',
136136
description: 'Checks a URL against blacklists and known threats',
137-
searchLink: 'https://www.ssllabs.com/ssltest/analyze.html?d={URL}',
137+
searchLink: 'https://sitecheck.sucuri.net/results/{URL}',
138138
},
139139
{
140140
title: 'Domain Tools',

0 commit comments

Comments
 (0)