Skip to content

Commit

Permalink
Switch to new RSS feed URL (#4)
Browse files Browse the repository at this point in the history
We moved away from using Feedburner, so now we have a new URL.
  • Loading branch information
nickcharlton authored Jan 31, 2025
1 parent 726ffbd commit 3deb7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_readme
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3deb7be

Please sign in to comment.