From 924be18e07b03ee91ce047300f7d552be49fc6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 29 Jul 2024 12:13:48 -0300 Subject: [PATCH] Cargo: Fix documentation link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Normal users should use docs.rs Signed-off-by: Patrick José Pereira --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59beed459..9402fee3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" license = "MIT" description = "This crate serves as the entry point for embedding applications using Rust on Blue Robotics's Navigator" homepage = "https://bluerobotics.com/store/comm-control-power/control/navigator/" -documentation = "https://docs.bluerobotics.com/navigator-rs/doc/navigator_rs/" repository = "https://github.com/bluerobotics/navigator-rs" categories = ["science::robotics", "embedded", "hardware-support"] keywords = ["BlueRobotics", "embedded", "navigator", "robotics", "ROV"]