Skip to content

Commit 898cb7d

Browse files
committed
Fix typos
1 parent fe99efb commit 898cb7d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ from the context broker to alter the state of real-world objects themselves.
152152

153153
&nbsp; 201. [Introduction to IoT Sensors](iot-sensors.md)<br/> &nbsp; 202.
154154
[Provisioning an IoT Agent](iot-agent.md)<br/> &nbsp; 203. [IoT over MQTT](iot-over-mqtt.md)<br/> &nbsp; 204.
155-
[Using an alternative IoT Agent](iot-agent-json.md)<br/> &nbsp; 205.
155+
[Using an alternative IoT Agent](iot-agent.md)<br/> &nbsp; 205.
156156
[Creating a Custom IoT Agent](custom-iot-agent.md)<br/> &nbsp; 206. [IoT over IOTA Tangle](iot-over-iota-tangle.md)<br/>
157157

158158
<!-- &nbsp; 250. [Introduction to Fast-RTPS and Micro-RTPS](fast-rtps-micro-rtps.md)<br/> -->

docs/pep-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ Once a trusted service group has been created, a device can be provisioned in th
14021402

14031403
```bash
14041404
curl -iX POST \
1405-
'http://localhost:4041/iot/jsonevices' \
1405+
'http://localhost:4041/iot/devices' \
14061406
-H 'Content-Type: application/json' \
14071407
-H 'fiware-service: openiot' \
14081408
-H 'fiware-servicepath: /' \

docs/short-term-history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
**Description:** This tutorial is an introduction to [FIWARE STH-Comet](https://fiware-sth-comet.readthedocs.io/) - a
55
generic enabler which is used to retrieve trend data from a MongoDB database. The tutorial activates the IoT sensors
6-
connected in the [previous tutorial](iot-agent-json.md) and persists measurements from those sensors into a database and
6+
connected in the [previous tutorial](iot-agent.md) and persists measurements from those sensors into a database and
77
retrieves time-based aggregations of that data.
88

99
The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as
@@ -79,7 +79,7 @@ web page found at: `http://localhost:3000/device/history/urn:ngsi-ld:Store:001`
7979

8080
## Architecture
8181

82-
This application builds on the components and dummy IoT devices created in [previous tutorials](iot-agent-json.md). It
82+
This application builds on the components and dummy IoT devices created in [previous tutorials](iot-agent.md). It
8383
will use three or four FIWARE components depending on the configuration of the system: the
8484
[Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/), the
8585
[IoT Agent for JSON](https://fiware-iotagent-json.readthedocs.io/en/latest/),

0 commit comments

Comments
 (0)