about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorDaniel Valentine <Daniel-Valentine@users.noreply.github.com>2022-11-01 22:56:10 -0600
committerGitHub <noreply@github.com>2022-11-01 22:56:10 -0600
commitfa686cc6cf6a4dbf9e9d0f006ab33dece17636e5 (patch)
treef8d3fb25ff1cd64d7b3cd6e83e647446470945e0 /src
parentClarified Exceptions https://github.com/libredirect/libredirect/issues/345 (diff)
downloadlibredirect-fa686cc6cf6a4dbf9e9d0f006ab33dece17636e5.zip
Fix link to libreddit-instances JSON.
With the resumption of the Libreddit project, the repo containing the instances that I started in [ferritreader](https://github.com/ferritreader) has moved to [libreddit/libreddit-instances](https://github.com/libreddit/libreddit-instances). This commit fixes the URL for libreddit instances to point to that repo.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/instances/get_instances.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py
index 5e868257..966767bd 100755
--- a/src/instances/get_instances.py
+++ b/src/instances/get_instances.py
@@ -334,7 +334,7 @@ def bibliogram():
 
 
 def libreddit():
-    fetchJsonList('libreddit', 'Libreddit', 'https://github.com/ferritreader/libreddit-instances/raw/master/instances.json',
+    fetchJsonList('libreddit', 'Libreddit', 'https://github.com/libreddit/libreddit-instances/raw/master/instances.json',
                   {'clearnet': 'url', 'tor': 'onion', 'i2p': 'i2p', 'loki': None}, True)