Skip to content

Commit

Permalink
Merge pull request #6 from portonefive/master
Browse files Browse the repository at this point in the history
Update API url in SunlightOpenStates.php
  • Loading branch information
lobostome committed Jan 3, 2017
2 parents 7d2a5dd + 0a5f10e commit 2438dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FurryBear/Provider/Source/SunlightOpenStates.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SunlightOpenStates extends AbstractProvider
/**
* The domain of the API.
*/
const SERVICE_URL = 'http://openstates.org/api/v1';
const SERVICE_URL = 'https://openstates.org/api/v1';

/**
* The resource directory.
Expand Down Expand Up @@ -98,4 +98,4 @@ public function getDirectory()
{
return self::RESOURCE_DIR;
}
}
}

0 comments on commit 2438dbf

Please sign in to comment.