diff --git a/pelican_theme_teckids/pelicanconf.py b/pelican_theme_teckids/pelicanconf.py
index a54fc247ba0c3152a044a328f15aff0807f2ce8a..eaa3782dbe4aef4702d968f8f3c978568bc3c49f 100644
--- a/pelican_theme_teckids/pelicanconf.py
+++ b/pelican_theme_teckids/pelicanconf.py
@@ -69,7 +69,7 @@ SPONSORS = [
     ]
 PARTNERS = [
     ("Open Source Initiative", "/theme/images/partners/osi.png", "https://opensource.org"),
-    ("Free Software Foundation Europe", "/theme/images/partners/fsfe.png", "https://fsfe.orf"),
+    ("Free Software Foundation Europe", "/theme/images/partners/fsfe.png", "https://fsfe.org"),
     ]
 
 CUSTOM_STYLESHEET = "{}/static/css/custom.css".format(SITEURL)