Skip to content

Commit 8826da1

Browse files
committed
Use https to superfeedr
1 parent d68c27c commit 8826da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/podcasts/feed.rss.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ xml.rss :version => "2.0",
1111
xml.copyright @copyright
1212
xml.language "ja"
1313

14-
xml.atom :link, :href => "http://dojocast.superfeedr.com/",
14+
xml.atom :link, :href => "https://dojocast.superfeedr.com/",
1515
:rel => "hub"
1616
xml.atom :link, :href => "https://coderdojo.jp/podcasts.rss",
1717
:rel => "self",

0 commit comments

Comments
 (0)