From ae459e671e69978d10b9aa0f14848f71000e592e Mon Sep 17 00:00:00 2001 From: salaboy Date: Thu, 30 Oct 2025 10:42:20 +0000 Subject: [PATCH] Fix Dapr integration link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf2699a..93563fb8 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ See [the instructions](https://github.com/cnoe-io/idpbuilder?tab=readme-ov-file# - **[Local Backup](./local-backup)**. How do I make sure my work is backed up? - **[Localstack](./localstack-integration)**. Use [LocalStack](https://github.com/localstack/localstack) to test out cloud integrations. - **[Terraform Integrations](./terraform-integrations)**. Integrating Terraform with Reference Implementation. -- **[Dapr Integration](./dapr-integrations)**. Integrating the Dapr APIs for Building Secure and Reliable Microservices . +- **[Dapr Integration](./dapr-integration)**. Integrating the Dapr APIs for Building Secure and Reliable Microservices. - **[Ray Integration](./ray-integration/)**. Integration with Ray for Serving machine learning (ML) models at scale.