We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726ffbd commit 696bb3fCopy full SHA for 696bb3f
bin/update_readme
@@ -9,7 +9,7 @@ $:.push File.expand_path("../lib", __dir__)
9
require "github_readme"
10
11
readme = Readme.new("profile/README.md")
12
-blog = RssFeed.new(url: "https://feeds.feedburner.com/GiantRobotsSmashingIntoOtherGiantRobots")
+blog = RssFeed.new(url: "https://feed.thoughtbot.com")
13
podcasts = CombinedRssFeed.new(
14
feed_urls: [
15
"https://podcast.thoughtbot.com/rss",
0 commit comments