From f6a3c90a97cc219aa11675685680aeb0627416a5 Mon Sep 17 00:00:00 2001 From: Paolo Salvatori Date: Tue, 24 Mar 2026 11:19:31 +0100 Subject: [PATCH] Fix address of Service Bus README for Azure Service Bus with Spring Boot sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d99c94..e27c256 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This repository contains comprehensive sample projects demonstrating how to deve | [Web App and Managed Identities](./samples/web-app-managed-identity/python/README.md) | Azure Web App using Managed Identities | | [Web App and SQL Database ](./samples/web-app-sql-database/python/README.md) | Azure Web App using SQL Database | | [ACI and Blob Storage](./samples/aci-blob-storage/python/README.md) | Azure Container Instances with ACR, Key Vault, and Blob Storage | -| [Azure Service Bus with Spring Boot](./samples/servicebus/README.md) | Azure Service Bus used by a Spring Boot application | +| [Azure Service Bus with Spring Boot](./samples/servicebus/java/README.md) | Azure Service Bus used by a Spring Boot application | ## Sample Structure