From e651ad4fa901f86e97476b4b09085eb3bd7c9e83 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 21 Nov 2019 17:48:26 +0100 Subject: [PATCH] Fix docs --- docs/index.md | 2 +- docs/simplesamlphp-advancedfeatures.md | 2 +- docs/simplesamlphp-install.md | 2 +- docs/simplesamlphp-sp.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index b31fffb74..95d2649a2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ SimpleSAMLphp Documentation * [Configuring HTTP-Artifact](./simplesamlphp-artifact-idp) * [Identity Provider Advanced Topics](simplesamlphp-idp-more) * [Holder-of-Key profile](simplesamlphp-hok-idp) - * [Automated Metadata Management](simplesamlphp-automated_metadata) + * [Automated Metadata Management](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md) * [Maintenance and configuration](simplesamlphp-maintenance) - covers session handling, php configuration etc. * [Authentication Processing Filters](simplesamlphp-authproc) - attribute filtering, attribute mapping, consent, group generation etc. * [Advanced features](simplesamlphp-advancedfeatures) - covers bridging protocols, attribute filtering, etc. diff --git a/docs/simplesamlphp-advancedfeatures.md b/docs/simplesamlphp-advancedfeatures.md index a1ee444dd..69ddf67c4 100644 --- a/docs/simplesamlphp-advancedfeatures.md +++ b/docs/simplesamlphp-advancedfeatures.md @@ -60,7 +60,7 @@ Automatic update of SAML 2.0 Metadata XML from HTTPS ---------------------------------------------------- The `metarefresh` module is the preferred method for doing this. -Please see the [metarefresh documentation](simplesamlphp-automated_metadata). +Please see the [metarefresh documentation](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md). diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md index 19952970d..f4a342008 100644 --- a/docs/simplesamlphp-install.md +++ b/docs/simplesamlphp-install.md @@ -371,7 +371,7 @@ in a separate document. + [Remote SP reference](simplesamlphp-reference-sp-remote.md) + [Setting up an IdP for G Suite (Google Apps)](simplesamlphp-googleapps.md) + [Advanced Topics](simplesamlphp-idp-more.md) - - [Automated Metadata Management](simplesamlphp-automated_metadata.md) + - [Automated Metadata Management](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md) - [Maintenance and configuration](simplesamlphp-maintenance.md) diff --git a/docs/simplesamlphp-sp.md b/docs/simplesamlphp-sp.md index f212db95d..365289f49 100644 --- a/docs/simplesamlphp-sp.md +++ b/docs/simplesamlphp-sp.md @@ -122,7 +122,7 @@ directory. If you intend to add your SP to a federation, the procedure for managing trust in federations differ, but the common part is that you would need to provide the *SAML 2.0 metadata of your SP*, and register that with the federation administration. You will probably be required too to consume the federation metadata periodically. Read more about -[automated metadata management](simplesamlphp-automated_metadata) to learn more about that. +[automated metadata management](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md) to learn more about that. Test the SP -- GitLab