Skip to content

Commit d0f3511

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

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/feed',
21+
'https://coderdojo.jp/#news',
2222
# 必要に応じて他 Dojo の RSS もここに追加可能
2323
# 'https://coderdojotokyo.org/feed',
2424
]

0 commit comments

Comments
 (0)