From 76e419ed1ae129aa94ae9a58b89993221eac854a Mon Sep 17 00:00:00 2001 From: Philipp Borgers Date: Thu, 28 Mar 2024 19:11:30 +0100 Subject: [PATCH] Fix URLs in README pointing to examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7871ae8ed..45ca6868f7 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ mavlink = "0.12.2" ``` ## Examples -See [examples/](examples/mavlink-dump/src/main) for different usage examples. +See [examples/](mavlink/examples/mavlink-dump/src/main) for different usage examples. ### mavlink-dump -[examples/mavlink-dump](examples/mavlink-dump/src/main) contains an executable example that can be used to test message reception. +[examples/mavlink-dump](mavlink/examples/mavlink-dump/src/main) contains an executable example that can be used to test message reception. It can be executed directly by running: ```