From 762d5c64bed874c2485513903e539231a41010fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Thu, 18 Mar 2010 13:10:18 +0000 Subject: [PATCH] Fix some broken links in documentation git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2223 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-idp.txt | 2 +- modules/consent/docs/consent.txt | 2 +- modules/consentAdmin/docs/consentAdmin.txt | 2 +- modules/saml/docs/sp.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/simplesamlphp-idp.txt b/docs/simplesamlphp-idp.txt index 874177557..f465ee5c5 100644 --- a/docs/simplesamlphp-idp.txt +++ b/docs/simplesamlphp-idp.txt @@ -62,7 +62,7 @@ The next step is to configure the way users authenticate on your IdP. Various mo [`authfacebook:Facebook`](./authfacebook:authfacebook) : Authenticate with a Facebook ID. -[`authtwitter:Twitter`](./authtwitter:authtwitter) +[`authtwitter:Twitter`](./authtwitter:oauthtwitter) : Authenticate with your Twitter account using the Twitter OAuth API. 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. diff --git a/modules/consent/docs/consent.txt b/modules/consent/docs/consent.txt index c3dd66730..5be0c4d58 100644 --- a/modules/consent/docs/consent.txt +++ b/modules/consent/docs/consent.txt @@ -5,7 +5,7 @@ The consent module is implemented as an Authentication Processing Filter. That m It is recommended to run the consent module at the IdP, and configure the filter to run after all attribute mangling filters is completed, to show the user the exact same attributes that are sent to the SP. - * [Read more about processing filters in simpleSAMLphp](/content/authentication-processing-filters-simplesamlphp) + * [Read more about processing filters in simpleSAMLphp](simplesamlphp-authproc) Configure the user ID diff --git a/modules/consentAdmin/docs/consentAdmin.txt b/modules/consentAdmin/docs/consentAdmin.txt index a4e176a45..e34663744 100644 --- a/modules/consentAdmin/docs/consentAdmin.txt +++ b/modules/consentAdmin/docs/consentAdmin.txt @@ -5,7 +5,7 @@ the consentAdmin module is an addon to the consent module. This emans that you can not use the 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](/content/consent-module) + * [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. diff --git a/modules/saml/docs/sp.txt b/modules/saml/docs/sp.txt index f956959f3..3164bc6ac 100644 --- a/modules/saml/docs/sp.txt +++ b/modules/saml/docs/sp.txt @@ -122,7 +122,7 @@ Options `authproc` : Processing filters that should be run after SP authentication. - See the [authentication processing filter manual](http://rnd.feide.no/content/authentication-processing-filters-simplesamlphp). + See the [authentication processing filter manual](simplesamlphp-authproc). `certData` : Base64 encoded certificate data. Can be used instead of the `certificate` option. -- GitLab