Skip to content

Commit

Permalink
Amend link
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Feb 29, 2024
1 parent e1e12aa commit 0410d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/context-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/working-with-linked-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 0410d9f

Please sign in to comment.