From 1faacfeee4bd89e9f162d3f3451afe02bc7ab41f Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 25 Jul 2024 14:32:13 +0200 Subject: [PATCH] Use local context --- docs/ld-subscriptions-registrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ld-subscriptions-registrations.md b/docs/ld-subscriptions-registrations.md index 3cb4b6a..3fa038a 100644 --- a/docs/ld-subscriptions-registrations.md +++ b/docs/ld-subscriptions-registrations.md @@ -174,7 +174,7 @@ curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \ "accept": "application/json" } }, - "@context": "https://fiware.github.io/tutorials.Step-by-Step/tutorials-context.jsonld" + "@context": "http://context/user-context.jsonld" }' ```