diff --git a/www/conservancy/feeds.py b/www/conservancy/feeds.py index a566cff2fd960d2c9db8157569da67e99e1e6f66..77f626f13ab00323622a73bd89467714c66dda3b 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"