diff options
author | Tyler Antonio <tantonio@ualberta.ca> | 2017-01-13 11:11:29 -0700 |
---|---|---|
committer | Tyler Antonio <tantonio@ualberta.ca> | 2017-01-13 11:11:29 -0700 |
commit | e142bd05db9f75a578fb18f4ff853edb41e28172 (patch) | |
tree | b430adcf8ceef9d3dc7bc7b46b625141b48ad858 | |
parent | 62b08710c1706f0882338966cb1eb02f966e1691 (diff) | |
download | simplesamlphp-e142bd05db9f75a578fb18f4ff853edb41e28172.zip simplesamlphp-e142bd05db9f75a578fb18f4ff853edb41e28172.tar.gz simplesamlphp-e142bd05db9f75a578fb18f4ff853edb41e28172.tar.bz2 |
Fixed errors in documentation
-rw-r--r-- | docs/simplesamlphp-reference-idp-hosted.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/simplesamlphp-reference-idp-hosted.md b/docs/simplesamlphp-reference-idp-hosted.md index 6bf36bc..0e5cb62 100644 --- a/docs/simplesamlphp-reference-idp-hosted.md +++ b/docs/simplesamlphp-reference-idp-hosted.md @@ -143,14 +143,14 @@ Common options 'contacts' => array( array( 'contactType' => 'other', - 'emailAddress' => 'abuse@example.org', + 'emailAddress' => 'mailto:abuse@example.org', 'givenName' => 'John', 'surName' => 'Doe', 'telephoneNumber' => '+31(0)12345678', 'company' => 'Example Inc.', 'attributes' => array( 'xmlns:remd' => 'http://refeds.org/metadata', - 'remd:contactType => 'http://refeds.org/metadata/contactType/security', + 'remd:contactType' => 'http://refeds.org/metadata/contactType/security', ), ), ), |