summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/consumer/index.php2
-rw-r--r--examples/server/lib/render/about.php15
-rw-r--r--examples/server/openid-server.css2
3 files changed, 4 insertions, 15 deletions
diff --git a/examples/consumer/index.php b/examples/consumer/index.php
index 343a39c..1ff0911 100644
--- a/examples/consumer/index.php
+++ b/examples/consumer/index.php
@@ -43,7 +43,7 @@ global $pape_policy_uris;
<h1>PHP OpenID Authentication Example</h1>
<p>
This example consumer uses the <a
- href="http://www.openidenabled.com/openid/libraries/php/">PHP
+ href="http://github.com/openid/php-openid">PHP
OpenID</a> library. It just verifies that the URL that you enter
is your identity URL.
</p>
diff --git a/examples/server/lib/render/about.php b/examples/server/lib/render/about.php
index bd35836..53e3694 100644
--- a/examples/server/lib/render/about.php
+++ b/examples/server/lib/render/about.php
@@ -14,7 +14,7 @@ define('about_body',
'<p>
This is an <a href="http://www.openid.net/">OpenID</a> server
endpoint. This server is built on the <a
- href="http://www.openidenabled.com/openid/libraries/php">JanRain PHP OpenID
+ href="http://github.com/openid/php-openid">JanRain PHP OpenID
library</a>. Since OpenID consumer sites will need to directly contact this
server, it must be accessible over the Internet (not behind a firewall).
</p>
@@ -25,18 +25,7 @@ define('about_body',
</p>
<pre>&lt;link rel="openid.server" href="%s" /&gt;</pre>
<p>
- Then configure this server so that you can log in with that URL. Once you
- have configured the server, and marked up your identity URL, you can verify
- that it is working by using the <a href="http://www.openidenabled.com/"
- >openidenabled.com</a>
- <a href="http://www.openidenabled.com/resources/openid-test/checkup">OpenID
- Checkup tool</a>:
- <form method="post"
- action="http://www.openidenabled.com/resources/openid-test/checkup/start">
- <label for="checkup">OpenID URL:
- </label><input id="checkup" type="text" name="openid_url" />
- <input type="submit" value="Check" />
- </form>
+ Then configure this server so that you can log in with that URL.
</p>
');
diff --git a/examples/server/openid-server.css b/examples/server/openid-server.css
index badff23..311d556 100644
--- a/examples/server/openid-server.css
+++ b/examples/server/openid-server.css
@@ -60,7 +60,7 @@ pre {
}
#checkup {
- background: url('http://www.openidenabled.com/favicon.ico') no-repeat;
+ background: url('http://openid.net/favicon.ico') no-repeat;
padding-left: 16px;
}