From 45bf5694a4f2fb1ecf15a95c16ca3ea291b9fa5e 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 12:53:15 +0000 Subject: [PATCH] fix broken link to documentation git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2222 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-sp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-sp.txt b/docs/simplesamlphp-sp.txt index e22f40d1d..ea5c2d58f 100644 --- a/docs/simplesamlphp-sp.txt +++ b/docs/simplesamlphp-sp.txt @@ -141,7 +141,7 @@ The test page should contain a list of your attributes: Integrating authentication with your own application ---------------------------------------------------- -The API is documented in [the SP API reference](simplesamlphp-sp-api-reference). +The API is documented in [the SP API reference](simplesamlphp-sp-api). For those web resources you want to protect, you must add a few lines of PHP code: -- GitLab