Skip to content

Commit

Permalink
changed scheme to https.
Browse files Browse the repository at this point in the history
When running 

```
npm run setup
```

I received `404 Not Found` on `GET` request to 

search-parameters.json
profiles-resources.json
profiles-types.json
  • Loading branch information
tripott authored Nov 12, 2018
1 parent b2c232b commit 6ab0364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ unzip all-valuesets.zip

rm all-valuesets.zip
rm *.xml
wget http://build.fhir.org/search-parameters.json
wget http://build.fhir.org/profiles-resources.json
wget http://build.fhir.org/profiles-types.json
wget https://build.fhir.org/search-parameters.json
wget https://build.fhir.org/profiles-resources.json
wget https://build.fhir.org/profiles-types.json

0 comments on commit 6ab0364

Please sign in to comment.