From e6c6ff58360bf1796921809d411bae2a7e6563aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Wed, 30 Aug 2017 09:39:54 +0200 Subject: [PATCH] Fix a couple of broken links in the documentation. --- docs/simplesamlphp-idp.md | 2 +- modules/consentAdmin/docs/consentAdmin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/simplesamlphp-idp.md b/docs/simplesamlphp-idp.md index dcc8d7031..f720ee66e 100644 --- a/docs/simplesamlphp-idp.md +++ b/docs/simplesamlphp-idp.md @@ -246,7 +246,7 @@ Here is an example of such a URL: If the SP is a SimpleSAMLphp SP, you must also specify a `RelayState` parameter for the SP. This must be set to a URL the user should be redirected to after authentication. -The `RelayState` parameter can be specified in the [SP configuration](saml:sp), or it can be sent from the IdP. +The `RelayState` parameter can be specified in the [SP configuration](./saml:sp), or it can be sent from the IdP. To send the RelayState parameter from a SimpleSAMLphp IdP, specify it in the query string to SSOService.php: https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org&RelayState=https://sp.example.org/welcome.php diff --git a/modules/consentAdmin/docs/consentAdmin.md b/modules/consentAdmin/docs/consentAdmin.md index 749da821d..454cd5f47 100644 --- a/modules/consentAdmin/docs/consentAdmin.md +++ b/modules/consentAdmin/docs/consentAdmin.md @@ -5,7 +5,7 @@ The consentAdmin module is an addon to the consent module. This means that you can not use consentAdmin without the consent module. If you have not installed and configured the consent module, please do. - * [How to install and configure the consent module](consent:consent) + * [How to install and configure the consent module](./consent:consent) The consentAdmin module only works when the consent module is using a database to store the consents. -- GitLab