From bc8c5df904bf4c99c63a102e5ee07a851597ad27 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sun, 12 Jun 2022 20:35:23 +0200 Subject: [PATCH] Fix broken link --- docs/simplesamlphp-idp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-idp.md b/docs/simplesamlphp-idp.md index 367cf9e2c..20847f247 100644 --- a/docs/simplesamlphp-idp.md +++ b/docs/simplesamlphp-idp.md @@ -69,7 +69,7 @@ The next step is to configure the way users authenticate on your IdP. Various mo [`authtwitter:Twitter`](./authtwitter:oauthtwitter) : Authenticate with your Twitter account using the Twitter OAuth API. -[`papi:PAPI`](https://github.com/rediris-es/simplesamlphp-module-papi/blog/master/README.md) +[`papi:PAPI`](https://github.com/rediris-es/simplesamlphp-module-papi/blob/master/README.md) : Authenticate by means of the PAPI protocol. In this guide, we will use the `exampleauth:UserPass` authentication module. This module does not have any dependencies, and is therefore simple to set up. -- GitLab