diff --git a/pelicanconf.py b/pelicanconf.py
index f54d1fddec7269fb7ea4ac521eacd465cb3dd3f8..fb966e40f7bd0cfbc2d219f218d2a001f0a765f0 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -3,10 +3,10 @@ from datetime import date
 TODAY = date.today()
 
 SPONSORS = [
-    ("SpeedPartner", "/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)),
-    ("Informatik aktuell", "/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2021, 12, 31)),
-    ("Python Software-Verband e.V.", "/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)),
-    ("Proxmox Server Solutions GmbH", "/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)),
+    ("SpeedPartner", "/theme/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)),
+    ("Informatik aktuell", "/theme/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2021, 12, 31)),
+    ("Python Software-Verband e.V.", "/theme/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)),
+    ("Proxmox Server Solutions GmbH", "/theme/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)),
     ]
 
 SPONSORSTEXTS = {