From 6757815e2df4b3f7098ba22e6042cefaa947910f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= <joao.maker@gmail.com>
Date: Tue, 11 Jul 2023 09:06:30 -0300
Subject: [PATCH] readme: Update links

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

diff --git a/README.md b/README.md
index 0e179fb..37cf297 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 [![Crate info](https://img.shields.io/crates/v/mavlink.svg)](https://crates.io/crates/mavlink)
 [![Documentation](https://docs.rs/mavlink/badge.svg)](https://docs.rs/mavlink)
 
-Rust implementation of the [MAVLink](http://qgroundcontrol.org/mavlink/start) UAV messaging protocol,
+Rust implementation of the [MAVLink](https://mavlink.io/en) UAV messaging protocol,
 with bindings for all message sets.
 
 Add to your Cargo.toml:
@@ -24,7 +24,7 @@ cargo install mavlink
 ### Community projects
 Check some projects built by the community:
 - [mavlink2rest](https://github.com/patrickelectric/mavlink2rest): A REST server that provides easy and friendly access to mavlink messages.
-- [mavlink-camera-manager](https://github.com/patrickelectric/mavlink-camera-manager): Extensible cross-platform camera server.
+- [mavlink-camera-manager](https://github.com/mavlink/mavlink-camera-manager): Extensible cross-platform camera server.
 
 ## License
 
-- 
GitLab