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

Commit eaab7c9

Browse files
committed
Fixed wiki links
1 parent ce4addc commit eaab7c9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#Windows Azure Active Directory Sample REST API Service for Node.js using MongoDB and Restify
32

43
This Node.js server will give you with a quick and easy way to set up a REST API Service that's integrated with Windows Azure Active Directory for API protection using the OAuth2 protocol. The sample server included in the download are designed to run on any platform.
@@ -8,7 +7,7 @@ This REST API server is built using Restify and MongoDB with the following featu
87
* A node.js server running an REST API interface with JSON using MongoDB as persistant storage
98
* REST APIs leveraging OAuth2 API protection for endpoints using Windows Azure Active Directory
109

11-
[Refer to our Wiki](https://github.com/WindowsAzureAD/Azure-AD-TODO-Server-Sample-For-Node/wiki) for detailed walkthroughs on how to use this server.
10+
[Refer to our Wiki](https://github.com/AzureADSamples/WebAPI-Nodejs/wiki) for detailed walkthroughs on how to use this server.
1211

1312
We've released all of the source code for this example in GitHub under an Apache 2.0 license, so feel free to clone (or even better, fork!) and provide feedback on the forums.
1413

@@ -51,7 +50,7 @@ To use this sample you will need a Windows Azure Active Directory Tenant. If you
5150

5251
### Step 2: Register your Web API with your Windows Azure AD Tenant
5352

54-
After you get your Windows Azure AD tenant, add this sample app to your tenant so you can use it to protect your API endpoints. If you need help with this step, see: [Register the REST API Service Windows Azure Active Directory](https://github.com/WindowsAzureAD/Azure-AD-TODO-Server-Sample-For-Node/wiki/Setup-Windows-Azure-AD)
53+
After you get your Windows Azure AD tenant, add this sample app to your tenant so you can use it to protect your API endpoints. If you need help with this step, see: [Register the REST API Service Windows Azure Active Directory](https://github.com/AzureADSamples/WebAPI-Nodejs/wiki/Setup-Windows-Azure-AD)
5554

5655
### Step 3: Download node.js for your platform
5756
To successfully use this sample, you need a working installation of Node.js.

0 commit comments

Comments
 (0)