diff --git a/gemlog.sh b/gemlog.sh index a4bd99c..c9ec16d 100755 --- a/gemlog.sh +++ b/gemlog.sh @@ -29,7 +29,7 @@ make_globals() { gemlog_feed="atom.xml" # filename of the atom feed number_of_feed_articles="50" # maximum number of posts added to atom feed feed_base_url="gemini://nytpu.com/gemlog/" # base url that the feed is hosted at - feed_web_url="https://example.com/files/" # base url that the feed is hosted at on the web + feed_web_url="https://nytpu.com/files/" # base url that the feed is hosted at on the web index="index.gmi" # main page of gemlog, not recommended to change