From f478d74b86f4d7b9c92dc76d979565bedaa450d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Saalm=C3=BCller?= Date: Thu, 2 Jan 2025 16:13:53 +0100 Subject: [PATCH] chore: fix path to sparkplug proto file in readme --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 019f89d..d04dc7c 100644 --- a/README.adoc +++ b/README.adoc @@ -516,7 +516,7 @@ When converting a protobuf message to text, the protobuf internal text represent === Eclipse Sparkplug -This payload format represents data encoded according to https://sparkplug.eclipse.org/[Eclipse Sparkplug Specification 3.0.0]. All Sparkplug messages are encoded as protobuf. The protobuf schema used can be found in the file link:assets/protobuf/sparkplug_b.proto[]. +This payload format represents data encoded according to https://sparkplug.eclipse.org/[Eclipse Sparkplug Specification 3.0.0]. All Sparkplug messages are encoded as protobuf. The protobuf schema used can be found in the file link:crates/mqtlib/assets/protobuf/sparkplug_b.proto[]. All formats, except text (because it does not contain any structural information), can be converted to Sparkplug. When converting from binary (or encoded formats like hex and base64), the data is assumed to be a correct protobuf message that corresponds to the given Sparkplug schema.