Skip to content

Commit 1ddf1e4

Browse files
Fixed typo in script URL in dataset description
1 parent 5a6c2d4 commit 1ddf1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctd/ctd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function process(){
192192
->setURI("http://download.bio2df.org/release/$bVersion/$prefix/$ofile")
193193
->setTitle("Bio2RDF v$bVersion RDF version of $prefix (generated at $date)")
194194
->setSource($source_file->getURI())
195-
->setCreator("https://github.com/bio2rdf/bio2rdf-scripts/blob/master/irefindex/irefindex.php")
195+
->setCreator("https://github.com/bio2rdf/bio2rdf-scripts/blob/master/ctd/ctd.php")
196196
->setCreateDate($date)
197197
->setHomepage("http://download.bio2rdf.org/release/$bVersion/$prefix/$prefix.html")
198198
->setPublisher("http://bio2rdf.org")

0 commit comments

Comments
 (0)