From 93b9eae1d7ab2f527b69f8eed9b4b203d6f55b5d Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Fri, 26 Jun 2026 11:24:49 -0500 Subject: [PATCH] doc: Fix manifest documentation links for adxl345, at581x, and timer components --- components/adxl345/idf_component.yml | 2 +- components/at581x/idf_component.yml | 2 +- components/timer/idf_component.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/adxl345/idf_component.yml b/components/adxl345/idf_component.yml index 4edf9fa79..9992bad45 100644 --- a/components/adxl345/idf_component.yml +++ b/components/adxl345/idf_component.yml @@ -5,7 +5,7 @@ url: "https://github.com/esp-cpp/espp/tree/main/components/adxl345" repository: "git://github.com/esp-cpp/espp.git" maintainers: - William Emfinger -documentation: "https://esp-cpp.github.io/espp/accelerometers/adxl345.html" +documentation: "https://esp-cpp.github.io/espp/imu/adxl345.html" examples: - path: example tags: diff --git a/components/at581x/idf_component.yml b/components/at581x/idf_component.yml index 7a74f12c5..89169fe55 100644 --- a/components/at581x/idf_component.yml +++ b/components/at581x/idf_component.yml @@ -5,7 +5,7 @@ url: "https://github.com/esp-cpp/espp/tree/main/components/at581x" repository: "git://github.com/esp-cpp/espp.git" maintainers: - William Emfinger -documentation: "https://esp-cpp.github.io/espp/sensors/at581x.html" +documentation: "https://esp-cpp.github.io/espp/presence/at581x.html" examples: - path: example tags: diff --git a/components/timer/idf_component.yml b/components/timer/idf_component.yml index 280b05008..684930483 100644 --- a/components/timer/idf_component.yml +++ b/components/timer/idf_component.yml @@ -5,7 +5,7 @@ url: "https://github.com/esp-cpp/espp/tree/main/components/timer" repository: "git://github.com/esp-cpp/espp.git" maintainers: - William Emfinger -documentation: "https://esp-cpp.github.io/espp/timer.hml" +documentation: "https://esp-cpp.github.io/espp/timer.html" examples: - path: example tags: