Skip to content

Commit

Permalink
getReleaseFeedUrl()
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 28, 2015
1 parent 54bab4b commit 3498278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CookiesPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function getDocumentationUrl()

public function getReleaseFeedUrl()
{
return 'https://github.com/khalwat/cookies/blob/master/releases.json';
return 'https://raw.githubusercontent.com/khalwat/cookies/master/releases.json';
}

public function getVersion()
Expand Down

0 comments on commit 3498278

Please sign in to comment.