From 3e080400173ca3511eac8a27b2981a724e249d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 8 Mar 2010 09:52:43 +0000 Subject: [PATCH] fix bad link in documentation index git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2204 44740490-163a-0410-bde0-09ae8108e29a --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.txt b/docs/index.txt index 25e55d059..203f8b594 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -16,7 +16,7 @@ SimpleSAMLphp Documentation * [Use case: Setting up an IdP for Google Apps](simplesamlphp-googleapps) * [Identity Provider Advanced Topics](simplesamlphp-idp-more) * [Automated Metadata Management](simplesamlphp-automated_metadata) - * [Maintenance and configuration](/simplesamlphp-maintenance) - covers session handling, php configuration etc. + * [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. * [SimpleSAMLphp Dictionaries and Translation](simplesamlphp-translation) -- GitLab