diff --git a/modules/saml/docs/sp.md b/modules/saml/docs/sp.md
index 5086d63cbfdbb6b8c54c11325cd9324d16c8626d..2de1daf3c7b7914c47a6fb8e39647b931055fcd9 100644
--- a/modules/saml/docs/sp.md
+++ b/modules/saml/docs/sp.md
@@ -390,16 +390,6 @@ Options
 `SingleLogoutServiceLocation`
 :   The Single Logout Service URL published in the generated metadata.
 
-`url`
-:   A URL to your service provider. Will be added as an OrganizationURL-element in the metadata.
-
-:   This option can be translated into multiple languages by specifying the value as an array of language-code to language-specific URL:
-
-        'url' => [
-            'en' => 'http://sp.example.net/en/info.html',
-            'no' => 'http://sp.example.net/no/info.html',
-        ],
-
 `validate.logout`
 :   Whether we require signatures on logout messages sent to this SP.