Fix double slashes in LED matrix URLs

This commit is contained in:
2026-09-12 15:55:27 +02:00
parent 36e64f1899
commit 33793c9340
+3 -3
View File
@@ -134,14 +134,14 @@ description: "WiFi-controlled LED display solution with REST API, DHT22 sensor,
<div class="feature-icon">📊</div> <div class="feature-icon">📊</div>
<div class="feature-text"> <div class="feature-text">
<h3>Sensor Readings</h3> <h3>Sensor Readings</h3>
<p>Live temperature and humidity from the on-board DHT22 sensor, stored in <a href="https://www.moonweb.org/smarthome//homematic-mqtt/">InfluxDB via MQTT</a></p> <p>Live temperature and humidity from the on-board DHT22 sensor, stored in <a href="https://www.moonweb.org/smarthome/homematic-mqtt/">InfluxDB via MQTT</a></p>
</div> </div>
</div> </div>
<div class="feature"> <div class="feature">
<div class="feature-icon">🔔</div> <div class="feature-icon">🔔</div>
<div class="feature-text"> <div class="feature-text">
<h3>Status Messages</h3> <h3>Status Messages</h3>
<p>Notifications like "washing machine done" triggered via <a href="https://www.moonweb.org/smarthome//tasmota-energy/">MQTT and Tasmota energy monitoring</a></p> <p>Notifications like "washing machine done" triggered via <a href="https://www.moonweb.org/smarthome/tasmota-energy/">MQTT and Tasmota energy monitoring</a></p>
</div> </div>
</div> </div>
<div class="feature"> <div class="feature">
@@ -575,7 +575,7 @@ ESP32 will be restarted (with display shutdown)</pre>
</div> </div>
<div class="footer-bottom"> <div class="footer-bottom">
<p>&copy; 2026 <a href="https://stefankoelle.de/">Stefan Kölle</a>. LED Matrix WebServer v1.08.</p> <p>&copy; 2026 <a href="https://stefankoelle.de/">Stefan Kölle</a>. LED Matrix WebServer v1.08.</p>
<p><a href="https://www.moonweb.org//impressum/">Legal Notice &amp; Privacy Policy</a></p> <p><a href="https://www.moonweb.org/impressum/">Legal Notice &amp; Privacy Policy</a></p>
</div> </div>
</footer> </footer>