From a67f1d888e1676e109d75b6652a47dffafa00cb4 Mon Sep 17 00:00:00 2001
From: TB-ME <thomascbentham@gmail.com>
Date: Fri, 19 Apr 2024 12:40:48 +1000
Subject: [PATCH] changed `main` to `main.rs` for markdown hyperlinks

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 45ca686..689c6bf 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,10 @@ mavlink = "0.12.2"
 ```
 
 ## Examples
-See [examples/](mavlink/examples/mavlink-dump/src/main) for different usage examples.
+See [examples/](mavlink/examples/mavlink-dump/src/main.rs) for different usage examples.
 
 ### mavlink-dump
-[examples/mavlink-dump](mavlink/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.rs) contains an executable example that can be used to test message reception.
 
 It can be executed directly by running:
 ```
-- 
GitLab