diff --git a/README.md b/README.md index d7d4025..0d99c94 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 | -| [ServiceBus ](./samples/servicebus/README.md) | Azure ServiceBus used by a Spring Boot application | +| [Azure Service Bus with Spring Boot](./samples/servicebus/README.md) | Azure Service Bus used by a Spring Boot application | ## Sample Structure diff --git a/samples/servicebus/README.md b/samples/servicebus/java/README.md similarity index 100% rename from samples/servicebus/README.md rename to samples/servicebus/java/README.md