From 07b3e04ff926759a218cc31d4d0cd9477f737b62 Mon Sep 17 00:00:00 2001 From: sian1468 <58017832+sian1468@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:45:55 +0700 Subject: [PATCH] Change libreddit's fallback URL to official instance's URL --- services-full.json | 2 +- services.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services-full.json b/services-full.json index dda1668..2dfe39c 100644 --- a/services-full.json +++ b/services-full.json @@ -2,7 +2,7 @@ { "type": "libreddit", "test_url": "/r/popular", - "fallback": "https://libredd.it", + "fallback": "https://libreddit.spike.codes", "instances": [ "https://libreddit.albony.xyz", "https://libredd.it", diff --git a/services.json b/services.json index b16c930..ca38869 100644 --- a/services.json +++ b/services.json @@ -2,7 +2,7 @@ { "type": "libreddit", "test_url": "/r/popular", - "fallback": "https://libredd.it", + "fallback": "https://libreddit.spike.codes", "instances": [ "https://libredd.it", "https://libreddit.spike.codes",