diff --git a/README.md b/README.md index 57d168a..8cf3ceb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This module will introduce you to working with the Microsoft Graph SDK to access ## Lab - Build Java apps with the Microsoft Graph Java SDK -In this lab you will create a UWP application using the Azure AD v2 authentication endpoint and the Microsoft Authentication Library (MSAL) to access data in Office 365 using the Microsoft Graph. +In this lab you will create a console application using the Microsoft Authentication Library (MSAL) to access data in Office 365 using the Microsoft Graph. - [Java Microsoft Graph tutorial](https://docs.microsoft.com/graph/tutorials/java) @@ -12,15 +12,15 @@ In this lab you will create a UWP application using the Azure AD v2 authenticati The [demos](./demos) directory in this repository contains copies of the project that correspond to completing individual sections of the tutorial. If you just want to demo a particular section of the tutorial, you can start with the version from the previous section. -- [01-create-app](Demos/01-create-app): Completed [Create a Java console app](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=1) -- [02-add-aad-auth](Demos/02-add-aad-auth): Completed [Add Azure AD authentication](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=3) -- [03-add-msgraph](Demos/03-add-msgraph): Completed [Get calendar data](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=4) +- [01-create-app](demos/01-create-app): Completed [Create a Java console app](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=1) +- [02-add-aad-auth](demos/02-add-aad-auth): Completed [Add Azure AD authentication](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=3) +- [03-add-msgraph](demos/03-add-msgraph): Completed [Get calendar data](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=4) ## Completed sample If you just want the completed sample generated by following this lab, you can find it here. -- [Completed project](Demos/03-add-msgraph) +- [Completed project](demos/03-add-msgraph) ## Disclaimer diff --git a/demos/01-create-app/README.md b/demos/01-create-app/README.md index c99bdcc..c356e54 100644 --- a/demos/01-create-app/README.md +++ b/demos/01-create-app/README.md @@ -1,3 +1,3 @@ # Completed module: Create a Java console app -The version of the project in this directory reflects completing the tutorial up through [Create an ASP.NET MVC web app](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=1). If you use this version of the project, you need to complete the rest of the tutorial starting at [Register the app in the portal](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=2). +The version of the project in this directory reflects completing the tutorial up through [Create a Java console app](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=1). If you use this version of the project, you need to complete the rest of the tutorial starting at [Register the app in the portal](https://docs.microsoft.com/graph/tutorials/java?tutorial-step=2).