diff --git a/pelican_theme_teckids/pelicanconf.py b/pelican_theme_teckids/pelicanconf.py
index fd6759432862f8adca48bad9821744f3a73a3efc..a5b32af9b6e52db7d4074c7f79b2e8970b60841b 100644
--- a/pelican_theme_teckids/pelicanconf.py
+++ b/pelican_theme_teckids/pelicanconf.py
@@ -66,7 +66,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)