Skip to content

Commit

Permalink
added fixed rss fields links to dashboard widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Mar 18, 2015
1 parent a47652d commit bd35900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion newscoop/extensions/sourcefabric/SourcefabricDevFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SourcefabricDevFeed extends FeedWidget
{
protected $title = 'Sourcefabric.org blog reader';

protected $url = 'http://www.sourcefabric.org/en/about/rss_blogs';
protected $url = 'http://feeds.feedburner.com/sourcefabric';

/**
* @setting
Expand Down
2 changes: 1 addition & 1 deletion newscoop/extensions/sourcefabric/SourcefabricFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SourcefabricFeed extends FeedWidget
{
protected $title = 'Sourcefabric.org News reader';

protected $url = 'http://www.sourcefabric.org/en/about/rss_news';
protected $url = 'http://feeds.feedburner.com/sourcefabric';

/**
* @setting
Expand Down

0 comments on commit bd35900

Please sign in to comment.