From 3b9fb74db678baa30de8cca722b7c4bc4e00437c Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Fri, 8 Mar 2024 17:33:24 +0000 Subject: [PATCH] Update docs url (#291) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdd5a97426..0ba8a303b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" links = "esp_idf" build = "build/build.rs" -documentation = "https://esp-rs.github.io/esp-idf-sys/" +documentation = "https://docs.esp-rs.org/esp-idf-sys/" rust-version = "1.66" [features]