From 24e7587229d51b50f686381c6b344c5a41b7039b Mon Sep 17 00:00:00 2001 From: awilkinson Date: Thu, 21 Aug 2025 17:04:38 -0700 Subject: [PATCH] Update README.md - correct URL to call-graph example Corrected the URL to call-graph example (labeled "get an Access Token for the users we signed-in in this tutorial") --- 3-java-servlet-web-app/1-Authentication/sign-in/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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