Skip to content

Commit

Permalink
Fixed OAI URL in example code
Browse files Browse the repository at this point in the history
The NSDL OAI PMH endpoint has been shutdown, so using a different one per issue #33
  • Loading branch information
caseyamcl committed Oct 22, 2015
1 parent 0062ef1 commit c4e64ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/Example.php
Expand Up @@ -40,7 +40,7 @@ class Example
*/
public function __construct()
{
$oaiUrl = 'http://nsdl.org/oai';
$oaiUrl = 'http://openscholarship.wustl.edu/do/oai/';
$client = new Client($oaiUrl);
$this->endpoint = new Endpoint($client);
}
Expand Down

0 comments on commit c4e64ef

Please sign in to comment.