From 3deb7be922c85a86b1343a2ba99abf2a320cf77f Mon Sep 17 00:00:00 2001 From: Nick Charlton Date: Fri, 31 Jan 2025 13:19:20 +0000 Subject: [PATCH] Switch to new RSS feed URL (#4) We moved away from using Feedburner, so now we have a new URL. --- bin/update_readme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update_readme b/bin/update_readme index 9249f32..52579ef 100755 --- a/bin/update_readme +++ b/bin/update_readme @@ -9,7 +9,7 @@ $:.push File.expand_path("../lib", __dir__) require "github_readme" readme = Readme.new("profile/README.md") -blog = RssFeed.new(url: "https://feeds.feedburner.com/GiantRobotsSmashingIntoOtherGiantRobots") +blog = RssFeed.new(url: "https://feed.thoughtbot.com") podcasts = CombinedRssFeed.new( feed_urls: [ "https://podcast.thoughtbot.com/rss",