From ac22760d809fccaa97a3942d417b954674e4f6af Mon Sep 17 00:00:00 2001 From: Arnt Erik Stene Date: Tue, 26 Aug 2025 10:21:11 +0200 Subject: [PATCH] Fix broken link to SDK examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51e8fc..c9ef780 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For fundamental questions please refer to the MSAL documentation which has [code You should also familiarize yourself with the [azure.identity](https://learn.microsoft.com/en-us/python/api/overview/azure/identity-readme?view=azure-python) package, which we will use below. -Follow [usage example](https://github.com/equinor/omnia-timeseries-python/blob/main/examples/usage_example.ipynb) to learn how to retrieve data in `Json` format. +Follow [usage examples](https://github.com/equinor/omnia-timeseries-python/blob/main/examples/usage_examples.ipynb) to learn how to retrieve data in `Json` format. Follow [get data as protobuf example](https://github.com/equinor/omnia-timeseries-python/blob/main/examples/get_data_protobuf.ipynb) to learn how to retrieve data in `Protobuf` format. ### Preparing Azure authentication