Skip to content

Commit 126519c

Browse files
committed
Amend Dead Link
1 parent baf4d55 commit 126519c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IoT Agents[<img src="https://img.shields.io/badge/NGSI-LD-d6604d.svg" width="90" align="left" />](https://cim.etsi.org/NGSI-LD/official/0--1.html)[<img src="https://fiware.github.io/tutorials.IoT-Agent/img/fiware.png" align="left" width="162">](https://www.fiware.org/)<br/>
1+
# IoT Agents[<img src="https://img.shields.io/badge/NGSI-LD-d6604d.svg" width="90" align="left" />](https://cim.etsi.org/NGSI-LD/official/front-page.html)[<img src="https://fiware.github.io/tutorials.IoT-Agent/img/fiware.png" align="left" width="162">](https://www.fiware.org/)<br/>
22

33
[![FIWARE IoT Agents](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/iot-agents.svg)](https://github.com/FIWARE/catalogue/blob/master/iot-agents/README.md)
44
[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Iot-Agent.svg)](https://opensource.org/licenses/MIT)
@@ -12,7 +12,7 @@
1212
[UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
1313
IoT デバイスを接続して、
1414
[Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/) のような NGSI-LD 準拠の Context Broker
15-
に送信された [NGSI-LD](https://cim.etsi.org/NGSI-LD/official/0--1.html)
15+
に送信された [NGSI-LD](https://cim.etsi.org/NGSI-LD/official/front-page.html)
1616
リクエストを使用して測定値を読み取り、コマンドを送信できるようにします。
1717

1818
このチュートリアルでは、全体で [cUrl](https://ec.haxx.se/) コマンドを使用していますが、
@@ -594,7 +594,7 @@ IoT Agent は設定ファイルで定義された Context Broker URL を使用
594594

595595
### センサのプロビジョニング
596596

597-
NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/0--1.html)
597+
NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page.html)
598598
は、コンテキスト・データ・エンティティの作成時に完全な URNs を要求しますが、デバイスからの着信メッセージはこの規則を
599599
認識しません。 さらに、コンテキスト・データ・エンティティの属性名は、関連付けられた `@context` ファイル内にある短い名前と
600600
一致する必要があります。これらのマッピングは、前のリクエストに見られるようにサービス・グループ・レベルで定義するか、

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This **NGSI-LD** tutorial introduces the concept of an **IoT Agent** and wires u
1818
[UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual) IoT
1919
devices created in the [previous tutorial](https://github.com/FIWARE/tutorials.IoT-Sensors) so that measurements can be
2020
read and commands can be sent using
21-
[NGSI LD](https://cim.etsi.org/NGSI-LD/official/0--1.html) requests sent to an
21+
[NGSI LD](https://cim.etsi.org/NGSI-LD/official/front-page.html) requests sent to an
2222
NGSI-LD compliant context broker such as the [Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/).
2323

2424
The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as
@@ -577,7 +577,7 @@ however it has been included here for completeness.
577577

578578
### Provisioning a Sensor
579579

580-
The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/0--1.html)
580+
The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page.html)
581581
mandates full URNs when creating context data entities, however the incoming messages from the devices will not be aware
582582
of this convention. Furthermore the attribute name on the context data entity should match the short names found within
583583
the associated `@context` file. These mappings can be defined at the service group level as seen in the previous

0 commit comments

Comments
 (0)