Skip to content

Commit 9c82e9e

Browse files
committed
update urlk
1 parent e670830 commit 9c82e9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/utils/rss.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ export const rssSettings = ({ latestPost = null, endpoint = '/rss.xml' } = {}) =
3636
itunes: 'http://www.itunes.com/dtds/podcast-1.0.dtd',
3737
media: 'http://search.yahoo.com/mrss/',
3838
podcast: 'https://podcastindex.org/namespace/1.0',
39-
creativeCommons: 'https://cyber.harvard.edu/rss/creativeCommonsRssModule',
40-
atom: 'https://www.w3.org/2005/Atom',
41-
content: 'https://web.resource.org/rss/1.0/modules/content/'
39+
creativeCommons: 'http://backend.userland.com/creativeCommonsRssModule',
40+
atom: 'http://www.w3.org/2005/Atom',
41+
content: 'http://purl.org/rss/1.0/modules/content/'
4242
},
4343
customData: [
4444
'<language>en-us</language>',

0 commit comments

Comments
 (0)