Skip to content

Commit

Permalink
Fixes the base URL (was missing a / in the scheme)
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 19, 2015
1 parent 38dc2a7 commit 50d9dc2
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 50d9dc2

Please sign in to comment.