From 2415f344727e41813856a67aa2eb5171e1eee873 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 29 Nov 2024 17:52:21 +0100 Subject: [PATCH] doc: Update URI --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af44fae..c79c643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" rust-version = "1.79.0" description = "Rust API wrappers for the RIOT operating system" -documentation = "https://rustdoc.etonomy.org/riot_wrappers/" +documentation = "https://doc.riot-os.org/rustdoc/latest/riot_wrappers/" repository = "https://github.com/RIOT-OS/rust-riot-wrappers" keywords = ["riot", "riot-os", "iot", "bindings", "embedded-hal-impl"] categories = ["api-bindings", "no-std"] diff --git a/README.md b/README.md index ac480b8..dafdf61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ System](https://riot-os.org/)'s C API exposed by riot-sys and makes an attempt to provide idiomatic Rust wrappers (eg. implementing embedded-hal for peripherals, implementing fmt::Write for stdio) around those. -The [crate documentation](https://rustdoc.etonomy.org/riot_wrappers/) outlines which +The [crate documentation](https://doc.riot-os.org/rustdoc/latest/riot_wrappers/) outlines which modules are available, and which other crates' traits they implement. For a newcomer's starting point, see [RIOT's documentation on using it with Rust].