From 704808c82f9ddb453d092d977ff7252db0667ad1 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 31 Dec 2023 14:42:43 +0100 Subject: [PATCH] Update service link and remove Tor alternative Simplified the "services.json" by updating the primary link name and URL for a privacy-focused service and removing the associated Tor (.onion) alternative. --- services.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/services.json b/services.json index eb1d293..faec9ec 100644 --- a/services.json +++ b/services.json @@ -82,14 +82,8 @@ "status": "OK", "links": [ { - "name": "Go to Libreddit", - "url": "https://libreddit.private.coffee", - "alternatives": [ - { - "name": "Tor (.onion)", - "url": "http://libreddit.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/" - } - ] + "name": "Go to redlib", + "url": "https://redlib.private.coffee" } ], "exclude_from_simple": true