From 8378573fb16ad1957921721ba7dc96bc3be5b945 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 29 May 2024 07:31:48 +0200 Subject: [PATCH] feat(services): Update YOURLS service details Updated the URL and changed the status from NOK to OK for the YOURLS service, reflecting its new operational status and host. This change ensures users are directed to the correct, functioning website for URL shortening services. Additionally, reversed the exclusions, making YOURLS visible in both index and simple search results, thereby improving its discoverability for users. --- services.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/services.json b/services.json index 6a367dc..7a20116 100644 --- a/services.json +++ b/services.json @@ -231,18 +231,18 @@ }, { "name": "YOURLS", - "url": "https://private.cf", + "url": "https://pcof.fi", "short_description": "URL shortener for creating handy links.", - "long_description": "Use our URL shortener at private.cf to turn long, complicated URLs into something more handy.", - "status": "NOK", + "long_description": "Use our URL shortener at pcof.fi to turn long, complicated URLs into something more handy.", + "status": "OK", "links": [ { - "name": "Go to private.cf", - "url": "https://private.cf" + "name": "Go to pcof.fi", + "url": "https://pcof.fi" } ], - "exclude_from_index": true, - "exclude_from_simple": true + "exclude_from_index": false, + "exclude_from_simple": false }, { "name": "Rallly",