Skip to content

Commit a9d6fb1

Browse files
author
Justin Marks
authored
Merge pull request #18 from kkamegawa/master
#1 fixed invalid URL
2 parents 7f4a1db + 796f823 commit a9d6fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OAuthWebSample/OAuthWebSample/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<p>
2222
Before you start, make sure to:
2323
<ol>
24-
<li><a href="https://app.vssps.visualstudio.com/app/register">Register</a> a client app with Visual Studio Online</li>
24+
<li><a href="https://app.vsaex.visualstudio.com/app/register">Register</a> a client app with Visual Studio Online</li>
2525
<li>Update the web.config of this web app and set the App ID, Scope, App Secret, and Callback URL set in the registered app. The callback URL should be https://<i>site</i>/oauth/callback
2626
<ul>
2727
<li>App ID: <strong>@appIdVal</strong></li>

0 commit comments

Comments
 (0)