From ae0fba3a7afbfc85dfeab874ef21aa50e5a40af6 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 (cherry picked from commit e651ad4fa901f86e97476b4b09085eb3bd7c9e83) --- 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 6fa1cf1a9..6d38b6827 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,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](./metarefresh: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 138021f00..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](./metarefresh: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 d53a13413..4f3292a03 100644 --- a/docs/simplesamlphp-install.md +++ b/docs/simplesamlphp-install.md @@ -378,7 +378,7 @@ in a separate document. + [Remote SP reference](simplesamlphp-reference-sp-remote) + [Setting up an IdP for G Suite (Google Apps)](simplesamlphp-googleapps) + [Advanced Topics](simplesamlphp-idp-more) - - [Automated Metadata Management](./metarefresh: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) diff --git a/docs/simplesamlphp-sp.md b/docs/simplesamlphp-sp.md index 1572e7975..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](./metarefresh: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