diff --git a/docs/test_image.svg b/mipidsi/assets/test_image.svg similarity index 100% rename from docs/test_image.svg rename to mipidsi/assets/test_image.svg diff --git a/mipidsi/src/test_image.rs b/mipidsi/src/test_image.rs index 5648d8d..229ba96 100644 --- a/mipidsi/src/test_image.rs +++ b/mipidsi/src/test_image.rs @@ -13,7 +13,7 @@ use embedded_graphics_core::{ /// /// # Expected output /// -#[doc = include_str!("../../docs/test_image.svg")] +#[doc = include_str!("../assets/test_image.svg")] /// /// Note that the gray border around the image above is only added to make the /// white border visible on the light rustdoc theme and will not be visible when