From 2529e4049ce3edb7c8bd00429ceb766356b9e8b3 Mon Sep 17 00:00:00 2001 From: Adrien Leravat Date: Wed, 24 Jan 2024 11:48:17 -0800 Subject: [PATCH] README.md: fix broken DTDL documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61b5032b..2b3991cf 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Please refer to the [developer documentation](https://covesa.github.io/ifex/deve Try the directory names of dtdl, protobuf, sds-bamm, simple etc. (see [templates dir](https://github.com/COVESA/ifex/tree/master/ifex/templates) for more) -- dtdl: Generates a Protobuf description of the service: [documentation](ifex/templates/protobuf.md) +- dtdl: Generates a DTDL description of the service: [documentation](ifex/templates/dtdl/dtdl.md) - sds-bamm: Generates a BAMM Aspect Meta Model of the service: [documentation](ifex/templates/sds-bamm-aspect-model.md) - simple: Just outputs some simple overview (incomplete) in HTML format. For simple testing. - protobuf: Generate protobuf(gRPC) description language, including the "rpc" feature.