Skip to content

Commit 83acc78

Browse files
Update omim.php
fixed download url typo
1 parent 43a980a commit 83acc78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

omim/omim.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function Run()
129129
$bVersion = parent::getParameterValue('bio2rdf_release');
130130
$date = date ("Y-m-d\TG:i:s\Z");
131131
$output_file = (new DataResource($this))
132-
->setURI("http://download.bio2df.org/release/$bVersion/$prefix/$outfile")
132+
->setURI("http://download.bio2rdf.org/release/$bVersion/$prefix/$outfile")
133133
->setTitle("Bio2RDF v$bVersion RDF version of $prefix (generated at $date)")
134134
->setSource($source_file->getURI())
135135
->setCreator("https://github.com/bio2rdf/bio2rdf-scripts/blob/master/omim/omim.php")

0 commit comments

Comments
 (0)