summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Antonio <tantonio@ualberta.ca>2017-01-13 11:11:29 -0700
committerTyler Antonio <tantonio@ualberta.ca>2017-01-13 11:11:29 -0700
commite142bd05db9f75a578fb18f4ff853edb41e28172 (patch)
treeb430adcf8ceef9d3dc7bc7b46b625141b48ad858
parent62b08710c1706f0882338966cb1eb02f966e1691 (diff)
downloadsimplesamlphp-e142bd05db9f75a578fb18f4ff853edb41e28172.zip
simplesamlphp-e142bd05db9f75a578fb18f4ff853edb41e28172.tar.gz
simplesamlphp-e142bd05db9f75a578fb18f4ff853edb41e28172.tar.bz2
Fixed errors in documentation
-rw-r--r--docs/simplesamlphp-reference-idp-hosted.md4
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',
),
),
),