summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyMvc
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-13 21:49:24 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-13 22:05:01 -0800
commit1b9a7be1502ea098e77d815088529bd5438d1bcc (patch)
tree0b07685703ff112e649eda971fd78ff59c68ecf3 /samples/OpenIdRelyingPartyMvc
parent66040ed1db823f52fa3c01fe4ccd30363441c165 (diff)
downloadDotNetOpenAuth-1b9a7be1502ea098e77d815088529bd5438d1bcc.zip
DotNetOpenAuth-1b9a7be1502ea098e77d815088529bd5438d1bcc.tar.gz
DotNetOpenAuth-1b9a7be1502ea098e77d815088529bd5438d1bcc.tar.bz2
Fixed the samples' links to the project home page to point to the new project.
Diffstat (limited to 'samples/OpenIdRelyingPartyMvc')
-rw-r--r--samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx2
-rw-r--r--samples/OpenIdRelyingPartyMvc/Views/Shared/Site.Master2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx b/samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx
index 8535c7c..be4bd20 100644
--- a/samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx
+++ b/samples/OpenIdRelyingPartyMvc/Views/Home/Index.aspx
@@ -2,7 +2,7 @@
<asp:Content ID="indexContent" ContentPlaceHolderID="MainContentPlaceHolder" runat="server">
<h1>OpenID Relying Party </h1>
- <h2>Provided by <a href="http://dotnetopenid.googlecode.com">DotNetOpenAuth</a> </h2>
+ <h2>Provided by <a href="http://dotnetopenauth.net">DotNetOpenAuth</a> </h2>
<% if (User.Identity.IsAuthenticated) { %>
<p><b>You are already logged in!</b> Try visiting the
<%=Html.ActionLink("Members Only", "Index", "User") %>
diff --git a/samples/OpenIdRelyingPartyMvc/Views/Shared/Site.Master b/samples/OpenIdRelyingPartyMvc/Views/Shared/Site.Master
index d9b759c..1e79171 100644
--- a/samples/OpenIdRelyingPartyMvc/Views/Shared/Site.Master
+++ b/samples/OpenIdRelyingPartyMvc/Views/Shared/Site.Master
@@ -26,7 +26,7 @@
<div class="leftColumn">
<h2>External OpenID Links</h2>
<ul>
- <li><a href="http://dotnetopenid.googlecode.com">DotNetOpenAuth</a></li>
+ <li><a href="http://dotnetopenauth.net">DotNetOpenAuth</a></li>
<li><a href="http://openid.net">About OpenID</a></li>
</ul>
</div>