From 788b3d8028ece22ac3eee9042a5071a91c869505 Mon Sep 17 00:00:00 2001 From: AsafMah Date: Sun, 3 Mar 2024 17:06:05 +0200 Subject: [PATCH] Update README.md --- azure-kusto-data/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-kusto-data/README.md b/azure-kusto-data/README.md index 52e979d..adb1e0f 100644 --- a/azure-kusto-data/README.md +++ b/azure-kusto-data/README.md @@ -5,4 +5,4 @@ `azure-data-kusto` offers functionality needed to interact with Azure Data Explorer (Kusto) from Rust. As an abstraction over the [Azure Data Explorer REST API](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/api/rest/) -For usage have a look at the [examples](https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/data_kusto/examples). +For usage have a look at the [examples](https://github.com/Azure/azure-kusto-rust/tree/main/azure-kusto-data/examples).