diff --git a/3-java-servlet-web-app/1-Authentication/sign-in/README.md b/3-java-servlet-web-app/1-Authentication/sign-in/README.md index de8e54e..67d59a8 100644 --- a/3-java-servlet-web-app/1-Authentication/sign-in/README.md +++ b/3-java-servlet-web-app/1-Authentication/sign-in/README.md @@ -292,7 +292,7 @@ app.protect.authenticated=/token_details ## Next Steps or Deploy to Azure -As next steps, we can now either [get an Access Token for the users we signed-in in this tutorial](https://github.com/Azure-Samples/ms-identity-java-servlet-webapp-call-graph), or we can proceed [to deploy this app to the **Azure App Service**](https://github.com/Azure-Samples/ms-identity-java-servlet-webapp-authentication/tree/main/4-Deployment/deploy-to-azure-app-service). +As next steps, we can now either [get an Access Token for the users we signed-in in this tutorial](https://github.com/Azure-Samples/ms-identity-java-servlet-webapp-authentication/tree/main/2-Authorization-I/call-graph), or we can proceed [to deploy this app to the **Azure App Service**](https://github.com/Azure-Samples/ms-identity-java-servlet-webapp-authentication/tree/main/4-Deployment/deploy-to-azure-app-service). ## Community Help and Support