From e142bd05db9f75a578fb18f4ff853edb41e28172 Mon Sep 17 00:00:00 2001 From: Tyler Antonio <tantonio@ualberta.ca> Date: Fri, 13 Jan 2017 11:11:29 -0700 Subject: [PATCH] Fixed errors in documentation --- docs/simplesamlphp-reference-idp-hosted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/simplesamlphp-reference-idp-hosted.md b/docs/simplesamlphp-reference-idp-hosted.md index 6bf36bcc3..0e5cb6298 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', ), ), ), -- GitLab