diff --git a/extensions/kusto/readme.md b/extensions/kusto/readme.md index 4c063de0d5..5ec1fa1afb 100644 --- a/extensions/kusto/readme.md +++ b/extensions/kusto/readme.md @@ -8,7 +8,7 @@ Connect and query Azure Data Explorer (Kusto) clusters and databases with Azure - Create a notebook with Kusto. - View query results and save to CSV, JSON, XML, Excel, or as a chart. -For more information, see the [Kusto extension for Azure Data Studio documentation](https://go.microsoft.com/fwlink/?linkid=2129918). +For more information, visit the [Kusto (KQL) extension for Azure Data Studio](https://go.microsoft.com/fwlink/?linkid=2143832) documentation. ## Connect to an Azure Data Explorer cluster @@ -20,8 +20,6 @@ Once connected to a cluster, you can start writing a KQL query, run it and a vie ![KQL query in Azure Data Studio](https://raw.githubusercontent.com/microsoft/azuredatastudio/main/extensions/kusto/resources/images/kusto-readme-query.gif) -For more information, see [how to create a notebook with the Kusto extension](https://go.microsoft.com/fwlink/?linkid=2129920). - ## Create notebooks using the Kusto Kernel You can run Kusto in a notebook with Azure Data Studio. @@ -30,7 +28,7 @@ Select on **Create notebook** to create a new notebook in Azure Data Studio. ![Kusto notebook in Azure Data Studio](https://raw.githubusercontent.com/microsoft/azuredatastudio/main/extensions/kusto/resources/images/kusto-readme-notebook.gif) -For more information, see [how to create a notebook with the Kusto extension](https://go.microsoft.com/fwlink/?linkid=2129920). +For more information, see [Create and run a Kusto (KQL) notebook](https://go.microsoft.com/fwlink/?linkid=2143934). ## Contributing to the Extension