diff --git a/Dokumentation/Sensoren.md b/Dokumentation/Sensoren.md
index 68e282e2cb1abcefaa54c05bfe083e303684c14d..54619d42a93a9fc784eece4fadff155c50deb908 100644
--- a/Dokumentation/Sensoren.md
+++ b/Dokumentation/Sensoren.md
@@ -35,7 +35,7 @@ Wir verwenden **Micropython** *
 - Micropython auf dem PICO installieren: [Anleitung + Download](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html)
 - Micropython IDE für den PICO: [Thonny](https://thonny.org/)
 - In Thonny unter `Werkzeuge` -> `Optionen` -> `Interpreter` 'MicroPython (Raspberry Pi)' auswählen
-  ![Interpreter](../Bilder/Thonny/Interpreter.png)
+  <img src="/Bilder/Thonny/Interpreter.png" width="600">
   *Screenshot aus [Thonny](https://thonny.org/)*
 - Damit Code automatisch ausgeführt wird muss dieser auf dem Pico als `main.py` gespeichert werden