From b381f8f8f731a4d8159b9427f43c7abb92efd7de Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Fri, 22 Mar 2024 17:21:16 +0100 Subject: [PATCH] Update links to NGSI-LD 1.8 --- docs/core/orion-ld.md | 2 +- docs/core/scorpio.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/orion-ld.md b/docs/core/orion-ld.md index 3e07af2..0eefba4 100644 --- a/docs/core/orion-ld.md +++ b/docs/core/orion-ld.md @@ -5,7 +5,7 @@ [![fiware](https://nexus.lab.fiware.org/repository/raw/public/badges/stackoverflow/fiware.svg)](https://stackoverflow.com/questions/tagged/fiware) Orion-LD is an alternative -[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.01.01_60/gs_CIM009v010101p.pdf) Context Broker written +[NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) Context Broker written in C/C++. It is a standalone executable and therefore small, fast, lightweight and easy to handle. Context brokers allow for the management and requesting context of information in a structured manner based on linked data standards following the NGSI-LD specification. Orion-LD is more suitable for smaller installations or possibly in embedded environments - it diff --git a/docs/core/scorpio.md b/docs/core/scorpio.md index 80b35a9..c1137af 100644 --- a/docs/core/scorpio.md +++ b/docs/core/scorpio.md @@ -4,7 +4,7 @@ [![](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md) [![fiware](https://nexus.lab.fiware.org/repository/raw/public/badges/stackoverflow/fiware.svg)](https://stackoverflow.com/questions/tagged/fiware) -Scorpio implements [NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.01.01_60/gs_CIM009v010101p.pdf), +Scorpio implements [NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf), which is the evolution of NGSI v2 and previous versions going back to the OMA NGSI context interfaces. This standardized version is based on the NGSI-LD specification published by the ETSI Industry Specification Group on Context Information Management.