Skip to content

Commit

Permalink
Merge branch 'hotix/smbc-base'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 19, 2015
2 parents 38dc2a7 + 50d9dc2 commit 4227393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComicSource/SaturdayMorningBreakfastCereal.php
Expand Up @@ -20,7 +20,7 @@ class SaturdayMorningBreakfastCereal extends AbstractRssSource
'smbc' => 'Saturday Morning Breakfast Cereal',
);

protected $comicBase = 'http:/www.smbc-comics.com/';
protected $comicBase = 'http://www.smbc-comics.com/';
protected $comicShortName = 'smbc';
protected $domQuery = 'img#comic';
protected $feedUrl = 'http://www.smbc-comics.com/rss.php';
Expand Down

0 comments on commit 4227393

Please sign in to comment.