Skip to content

Commit 926db96

Browse files
committed
fix readme links
1 parent 4a8a988 commit 926db96

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ClientLibraryConsoleAppSample/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ git clone https://github.com/Microsoft/vsts-auth-samples.git
1515

1616
## Step 2: Run the sample
1717

18-
1. Navigate to the sample in cloned repo `vsts-auth-samples/Client_Libraries_Sample/ClientLibrariesConsoleApp/`
18+
1. Navigate to the sample in cloned repo `vsts-auth-samples/ClientLibraryConsoleAppSample/`
1919
2. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed
20-
3. Open the solution file `ClientLibrariesConsoleApp.sln` in [Visual Studio IDE 2017](https://www.visualstudio.com/downloads/)
20+
3. Open the solution file `ClientLibraryConsoleAppSample.sln` in [Visual Studio IDE 2017](https://www.visualstudio.com/downloads/)
2121
4. Open CS file `Program.cs` and there will be 2 input fields:
2222
* `collectionUri` - Mutable value. This is the url to your VSTS/TFS account.
2323
* `query` - Mutable value. This is the WIQL query you want to execute. Replace this with any query you want to execute.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Learn more about [integrating with Team Services](https://www.visualstudio.com/d
88

99
## Samples
1010

11-
* [Managed Client ADAL Sample](./Managed_Client_ADAL_Sample/README.md)
12-
* [Device Profile Sample](./Device_Profile_Sample/README.md)
13-
* [ASP.NET Web App OAuth Sample](./ASP.NET_Web_App_OAuth_Sample/aspnet/README.md)
14-
* [Client Libraries Sample](./Client_Libraries_Sample/README.md)
11+
* [Managed client sample (using Azure Active Directory Auth)](./ManagedClientConsoleAppSample/README.md)
12+
* [Device profile sample (.NET Core)](./DeviceProfileSample/README.md)
13+
* [ASP.NET Web app OAuth sample](./OAuthWebSample/README.md)
14+
* [Client library sample](./ClientLibraryConsoleAppSample/README.md)

0 commit comments

Comments
 (0)