From 6a58257e1ab5022f53b8ee72b8fee141b9d9b43d Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Mon, 6 Nov 2023 16:53:03 -0300 Subject: [PATCH] Cargo: Update documentation link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e85968731..c9a0df077b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ 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/navigator_rs/" +documentation = "https://docs.bluerobotics.com/navigator-rs/doc/navigator_rs/" repository = "https://github.com/bluerobotics/navigator-rs" categories = ["BlueRobotics", "Embedded development", "Science"] keywords = ["BlueRobotics", "embedded", "navigator", "robotics", "ROV"]