diff --git a/www/conservancy/feeds.py b/www/conservancy/feeds.py index a566cff2..77f626f1 100644 --- a/www/conservancy/feeds.py +++ b/www/conservancy/feeds.py @@ -65,7 +65,7 @@ class OmnibusFeedType(Rss201rev2Feed): class OmnibusFeed(ConservancyFeedBase): feed_type = OmnibusFeedType - link ="/omnibus/" + link ="/news/" title = "The Software Freedom Conservancy" description = "An aggregated feed of all RSS content available from the Software Freedom Conservancy, including both news items and blogs." title_template = "feeds/omnibus_title.html"