From 1208960092e6fd942d240d67670f6dc9cb3eb73b Mon Sep 17 00:00:00 2001
From: Philipp Borgers <contact@borgers.it>
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 e7871ae..45ca686 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:
 ```
-- 
GitLab