diff --git a/blogindex.sh b/blogindex.sh index 511f67a..0e590c7 100755 --- a/blogindex.sh +++ b/blogindex.sh @@ -64,7 +64,7 @@ cat << RSSHEADER rnd's blog -https://rnd.neocities.org/blog +https://devurandom.xyz/blog The RSS feed of articles published on the blog thingy RSSHEADER else @@ -86,7 +86,7 @@ for f in $FILES; do if [ $RSSMODE ]; then echo "" echo "$TITLE" - echo "https://rnd.neocities.org/blog/$OUTPAGE" + echo "https://devurandom.xyz/blog/$OUTPAGE" if [ $MTIME -gt 0 ]; then RDATE=`date -R -u -d @$MTIME`