Skip to content

Commit e1ab570

Browse files
committed
feat:fetch_newsタスクのフィードURLを https://news.coderdojo.jp/feed/ に修正
1 parent d0f3511 commit e1ab570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/fetch_news.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace :news do
1818
[ Rails.root.join('spec', 'fixtures', 'sample_news.rss').to_s ]
1919
else
2020
[
21-
'https://coderdojo.jp/#news',
21+
'https://news.coderdojo.jp/feed/',
2222
# 必要に応じて他 Dojo の RSS もここに追加可能
2323
# 'https://coderdojotokyo.org/feed',
2424
]

0 commit comments

Comments
 (0)