Skip to content

Commit 6f31412

Browse files
committed
Amend clone URL
1 parent ed0942c commit 6f31412

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Docker バージョン 18.03 以降と Docker Compose 1.21 以上を使用して
389389
:
390390

391391
```console
392-
git clone git@github.com:FIWARE/tutorials.IoT-over-MQTT.git
392+
git clone https://github.com/FIWARE/tutorials.IoT-over-MQTT.git
393393
cd tutorials.IoT-over-MQTT
394394
395395
./services create

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Before you start you should ensure that you have obtained or built the necessary
328328
repository and create the necessary images by running the commands as shown:
329329

330330
```console
331-
git clone git@github.com:FIWARE/tutorials.IoT-over-MQTT.git
331+
git clone https://github.com/FIWARE/tutorials.IoT-over-MQTT.git
332332
cd tutorials.IoT-over-MQTT
333333
334334
./services create
@@ -622,9 +622,9 @@ The **topic** must be in the following form:
622622
> between the Motion Sensor and an IoT Agent, a similar dummy HTTP request was sent to update the `count` value. This
623623
> time the IoT Agent is configured to listen to MQTT topics, and we need to post a dummy message to an MQTT topic.
624624
625-
When using the MQTT transport protocol, the IoT Agent is subscribing to the MQTT **topics** and the device
626-
monitor will be configured to display all MQTT **messages** sent to each **topic** - effectively it is showing the list
627-
messages received and sent by Mosquitto.
625+
When using the MQTT transport protocol, the IoT Agent is subscribing to the MQTT **topics** and the device monitor will
626+
be configured to display all MQTT **messages** sent to each **topic** - effectively it is showing the list messages
627+
received and sent by Mosquitto.
628628

629629
With the IoT Agent connected via MQTT, the service group has defined the **topic** which the agent is subscribed to.
630630
Since the api-key matches the root of the **topic**, the MQTT message from the **Motion Sensor** is passed to the IoT
@@ -714,8 +714,8 @@ curl -iX POST \
714714
```
715715

716716
Before we wire-up the context broker, we can test that a command can be sent from the IoT Agent to a device by making a
717-
REST request directly to the IoT Agent's North Port using the `/v2/op/update` endpoint. It is this endpoint that
718-
will eventually be invoked by the context broker once we have connected it up. To test the configuration you can run the
717+
REST request directly to the IoT Agent's North Port using the `/v2/op/update` endpoint. It is this endpoint that will
718+
eventually be invoked by the context broker once we have connected it up. To test the configuration you can run the
719719
command directly as shown:
720720

721721
#### :seven: Request:
@@ -1056,6 +1056,5 @@ the other [tutorials in this series](https://fiware-tutorials.rtfd.io)
10561056

10571057
<a name="footnote1"></a>
10581058

1059-
- [Wikipedia: MQTT](https://en.wikipedia.org/wiki/MQTT) - a
1060-
central communication point (known as the MQTT broker) which is in charge of dispatching all messages between
1061-
services
1059+
- [Wikipedia: MQTT](https://en.wikipedia.org/wiki/MQTT) - a central communication point (known as the MQTT broker)
1060+
which is in charge of dispatching all messages between services

0 commit comments

Comments
 (0)