about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--share/config.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index d0ae415..f1905f7 100644
--- a/README
+++ b/README
@@ -105,7 +105,7 @@ hackers.
   │ use warnings;

   │ my %feeds = (
-  │     andinus => "https://andinus.nand.sh/twtxt",
+  │     andinus => "https://andinus.nand.sh/static/twtxt",
   │ );

   │ sub get_feeds { return %feeds; }
diff --git a/share/config.pl b/share/config.pl
index dce06de..6af15bb 100644
--- a/share/config.pl
+++ b/share/config.pl
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 my %feeds = (
-    andinus => "https://andinus.nand.sh/twtxt",
+    andinus => "https://andinus.nand.sh/static/twtxt",
 );
 
 sub get_feeds { return %feeds; }