Skip to content

Commit

Permalink
change eutil URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Sep 16, 2013
1 parent 75ef2c6 commit 84a3d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/DB/Taxonomy/entrez.pm
Expand Up @@ -118,7 +118,7 @@ if( $@ ) {

use base qw(Bio::WebAgent Bio::DB::Taxonomy);

$EntrezLocation = 'http://www.ncbi.nih.gov/entrez/eutils/';
$EntrezLocation = 'http://eutils.ncbi.nlm.nih.gov/entrez/eutils/';
$EntrezGet = 'esearch.fcgi';
$EntrezFetch = 'efetch.fcgi';
$EntrezSummary = 'esummary.fcgi';
Expand Down

0 comments on commit 84a3d15

Please sign in to comment.