From 7e81f83cc9f035e6d8a494501f11acb9a67158ea Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 8 Nov 2024 13:27:44 +0100 Subject: [PATCH] Fix image links --- docs/devices/SeedStudio-SenseCAP-D1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/devices/SeedStudio-SenseCAP-D1.md b/docs/devices/SeedStudio-SenseCAP-D1.md index a4bb2ed27f..6add119f01 100644 --- a/docs/devices/SeedStudio-SenseCAP-D1.md +++ b/docs/devices/SeedStudio-SenseCAP-D1.md @@ -2,7 +2,7 @@ The device is a 4-Inch Touch Screen IoT development platform powered by ESP32S3 & RP2040. It has variants with LoRa support, and Air Quality support. -![Device Image](_media/devices/SeedStudio-SenseCap-D1.jpg) +![Device Image](../_media/devices/SeedStudio-SenseCap-D1.jpg) Link to purchase the device [SeedStudio web site](https://www.seeedstudio.com/SenseCAP-Indicator-D1L-p-5646.html) @@ -139,7 +139,7 @@ For easy setup, download and install [Thonny](https://thonny.org/): - The script will automatically run at power on Here is how it should look like: -![Thonny console](_media/devices/SeedStudio-SenseCap-D1-Thonny.jpg) +![Thonny console](../_media/devices/SeedStudio-SenseCap-D1-Thonny.jpg) # MicroPython code for RP2040 @@ -312,4 +312,4 @@ run() SeedStudio does not provide the detailed schematics, but still provides an overview of GPIO connection: -![SenseCap D1 internals](_media/devices/SeedStudio-SenseCap-D1-Internal.jpg) +![SenseCap D1 internals](../_media/devices/SeedStudio-SenseCap-D1-Internal.jpg)