From 0e9cbdea40031bbe809b919358caaef4e823a19a Mon Sep 17 00:00:00 2001 From: Jaen Date: Thu, 26 Mar 2026 11:31:32 +0200 Subject: [PATCH] Do not actually link to fake website The readme currently creates a real link to the fake website, possibly giving it some "SEO juice" and also allowing users to click on it... This happens even though the URL is in a Markdown `code` block. Remove the `http://` part to prevent this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9686d23e..a65ea62a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ________ ### ⚠️ Warning: Fake/malicious website: -``http://warpinator.com`` is a fake website, potentially malicious! +`warpinator.com` is a fake website, potentially malicious! Do **NOT** download or run any software from it!