Skip to content

Commit cd878e9

Browse files
authored
Fix feed URL for rm3l.org
1 parent 14dc0ee commit cd878e9

File tree

1 file changed

+1
-1
lines changed
  • backend/crawlers/rm3l.org/src/main/kotlin/org/rm3l/devfeed/crawlers/rm3l_org

1 file changed

+1
-1
lines changed

backend/crawlers/rm3l.org/src/main/kotlin/org/rm3l/devfeed/crawlers/rm3l_org/Rm3lOrgCrawler.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Rm3lOrgCrawler : DevFeedCrawler() {
4141
companion object {
4242
@JvmStatic private val logger = LoggerFactory.getLogger(Rm3lOrgCrawler::class.java)
4343

44-
private const val RSS_FEED_URL = "https://rm3l.org/index.xml"
44+
private const val RSS_FEED_URL = "https://rm3l.org/rss/"
4545
}
4646

4747
@Throws(Exception::class)

0 commit comments

Comments
 (0)