diff --git a/NGSI-LD Entity Relationships.postman_collection.json b/NGSI-LD Entity Relationships.postman_collection.json index 3b7448f..ab74aa3 100644 --- a/NGSI-LD Entity Relationships.postman_collection.json +++ b/NGSI-LD Entity Relationships.postman_collection.json @@ -503,7 +503,7 @@ }, { "key": "user-context.jsonld", - "value": "http://context/ngsi-context.jsonld" + "value": "http://context/user-context.jsonld" } ] } \ No newline at end of file diff --git a/README.ja.md b/README.ja.md index 926488c..012b808 100644 --- a/README.ja.md +++ b/README.ja.md @@ -406,7 +406,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Temperatu ```json { "@context": [ - "http://context/ngsi-context.jsonld", + "http://context/user-context.jsonld", "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld" ], "id": "urn:ngsi-ld:TemperatureSensor:001", diff --git a/docker-compose/common.yml b/docker-compose/common.yml index f2081b5..d7d383c 100644 --- a/docker-compose/common.yml +++ b/docker-compose/common.yml @@ -34,7 +34,7 @@ services: target: /usr/local/apache2/conf/mime.types read_only: true healthcheck: - test: (wget --server-response --spider --quiet http://ld-context/ngsi-context.jsonld 2>&1 | awk 'NR==1{print $$2}'| grep -q -e "200") || exit 1 + test: (wget --server-response --spider --quiet http://context/user-context.jsonld 2>&1 | awk 'NR==1{print $$2}'| grep -q -e "200") || exit 1 # Databases mongo-db: