From 0d8d9bb9634718dc07cceec268e794b06b545a1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 6 Feb 2009 09:34:08 +0000
Subject: [PATCH] Using better example hostnames.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1244 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-idp.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-idp.txt b/docs/simplesamlphp-idp.txt
index 88b289f95..d6fbc8c77 100644
--- a/docs/simplesamlphp-idp.txt
+++ b/docs/simplesamlphp-idp.txt
@@ -765,7 +765,7 @@ If you do not want to start the SSO flow at the SP, you may use the IdP-first se
 
 Here is an example of such an url:
 
-	https://sp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=dev.andreas.feide.no
+	https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org
 
 When the IdP-first flow is used an extra parameter is needed in the `saml20-sp-hosted` metadata. This is the `RelayState` parameter that tells the SP which URL to redirect the user to after the user is successfully authenticated. This typically is the frontpage of your application. An example of this can be:
 
-- 
GitLab