Skip to content

Commit 748a480

Browse files
updated download file location
1 parent c16a16a commit 748a480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ndc/ndc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function __construct($argv) {
3636
parent::__construct($argv, "ndc");
3737

3838
$this->AddParameter('files',true,'all|product|package','all','files to process');
39-
$this->AddParameter('download_url',false,null,'http://www.fda.gov/downloads/Drugs/DevelopmentApprovalProcess/UCM070838.zip');
39+
$this->AddParameter('download_url',false,null,'https://www.accessdata.fda.gov/cder/ndctext.zip');
4040
parent::initialize();
4141
}
4242

0 commit comments

Comments
 (0)