Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit 102c561

Browse files
committed
Update README.md
1 parent 40b01f6 commit 102c561

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
services:
3-
platforms:
4-
author: azure
2+
services: active-directory
3+
platforms: dotnet
4+
author: dstrockis
55
---
66

77
# Calling a web API in an ASP.NET 5 web application using Azure AD
@@ -12,17 +12,17 @@ For more information about how the protocols work in this scenario and other sce
1212
## How To Run This Sample
1313

1414
To run this sample you will need:
15-
- [Visual Studio 2015 CTP6](http://www.visualstudio.com/downloads/visual-studio-2015-ctp-vs)
15+
- [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs)
1616
- An Internet connection
1717
- An Azure subscription (a free trial is sufficient)
1818

19-
Every Azure subscription has an associated Azure Active Directory tenant. If you don't already have an Azure subscription, you can get a free subscription by signing up at [http://wwww.windowsazure.com](http://www.windowsazure.com). All of the Azure AD features used by this sample are available free of charge.
19+
Every Azure subscription has an associated Azure Active Directory tenant. If you don't already have an Azure subscription, you can get a free subscription by signing up at [https://azure.microsoft.com](https://azure.microsoft.com). All of the Azure AD features used by this sample are available free of charge.
2020

2121
### Step 1: Clone or download this repository
2222

2323
From your shell or command line:
2424

25-
`git clone https://github.com/AzureADSamples/WebApp-WebAPI-OpenIDConnect-DotNet.git`
25+
`git clone https://github.com/Azure-Samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnet5.git`
2626

2727
### Step 2: Create a user account in your Azure Active Directory tenant
2828

0 commit comments

Comments
 (0)