diff --git a/modules/admin/lib/ConfigController.php b/modules/admin/lib/ConfigController.php
index d3851559b20e18beda0f5cef38058f3cb9d9f71b..775b77bac0b9ec43105d3713d700ca48054146d7 100644
--- a/modules/admin/lib/ConfigController.php
+++ b/modules/admin/lib/ConfigController.php
@@ -346,7 +346,7 @@ class ConfigController
             $warnings[] = Translate::noop(
                 '<strong>The configuration uses the default secret salt</strong>. Make sure to modify the <code>'.
                 'secretsalt</code> option in the SimpleSAMLphp configuration in production environments. <a '.
-                'href="https://simplesamlphp.org/docs/stable/simplesamphp-install">Read more about the '.
+                'href="https://simplesamlphp.org/docs/stable/simplesamlphp-install">Read more about the '.
                 'maintenance of SimpleSAMLphp</a>.'
             );
         }