From 0410d9f76edf7da610d5b6517480e0d9c9dc6d86 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 29 Feb 2024 12:11:57 +0100 Subject: [PATCH] Amend link --- docs/context-providers.md | 2 +- docs/subscriptions.md | 2 +- docs/working-with-linked-data.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/context-providers.md b/docs/context-providers.md index c2121e7..1277163 100644 --- a/docs/context-providers.md +++ b/docs/context-providers.md @@ -156,7 +156,7 @@ the Twitter Search API and two dummy data context providers - a static data prov data) and a random data context provider (which will change every time it is invoked). More information about the proxy endpoints can be found -[here](https://github.com/FIWARE/tutorials.Step-by-Step/tree/master/context-provider) +[here](https://github.com/FIWARE/tutorials.NGSI-v2/tree/master/context-provider) - In order to access the Open Weather Map API, you will need to sign up for a key at `https://openweathermap.org/api` - In order to access the Twitter Search API, you will have to create an app in Twitter via diff --git a/docs/subscriptions.md b/docs/subscriptions.md index 241d267..4989a90 100644 --- a/docs/subscriptions.md +++ b/docs/subscriptions.md @@ -3,7 +3,7 @@ **Description:** This tutorial teaches FIWARE users about how to create and manage context data subscriptions. The tutorial builds on the entities and -[Stock Management Frontend](https://github.com/FIWARE/tutorials.Step-by-Step/tree/master/context-provider) application +[Stock Management Frontend](https://github.com/FIWARE/tutorials.NGSI-v2/tree/master/context-provider) application created in the previous [example](accessing-context.md) to enable users to understand the [NGSI-v2](https://fiware.github.io/specifications/OpenAPI/ngsiv2) Subscribe/Notify paradigm and how to use NGSI subscriptions within their own code. diff --git a/docs/working-with-linked-data.md b/docs/working-with-linked-data.md index f677115..084bb32 100644 --- a/docs/working-with-linked-data.md +++ b/docs/working-with-linked-data.md @@ -80,7 +80,7 @@ please keep this in mind and substitute Node.js with your own programming langua ## Stock Management Frontend All the code Node.js Express for the demo can be found within the `ngsi-ld` folder within the GitHub repository. -[Stock Management example](https://github.com/FIWARE/tutorials.Step-by-Step/tree/master/context-provider). The +[Stock Management example](https://github.com/FIWARE/tutorials.NGSI-v2/tree/master/context-provider). The application runs on the following URLs: - `http://localhost:3000/app/store/urn:ngsi-ld:Building:store001`