From 14eb14a83d88fab6adff1443b9c14972796c2e46 Mon Sep 17 00:00:00 2001 From: Roeland Nieuwenhuis <2513121+ranieuwe@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:04:33 -0700 Subject: [PATCH] Corrected links as they were 404'ing due to API/structure changes --- docs-ref-services/latest/batch.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs-ref-services/latest/batch.md b/docs-ref-services/latest/batch.md index eaa220bd209a..2d45e45f99ef 100644 --- a/docs-ref-services/latest/batch.md +++ b/docs-ref-services/latest/batch.md @@ -1,13 +1,13 @@ ---- -title: Azure Batch SDK for Python -description: Reference for Azure Batch SDK for Python -author: cRui861 -ms.author: rechen -ms.data: 04/13/2023 -ms.topic: reference -ms.devlang: python -ms.service: batch ---- +--- +title: Azure Batch SDK for Python +description: Reference for Azure Batch SDK for Python +author: cRui861 +ms.author: rechen +ms.data: 04/13/2023 +ms.topic: reference +ms.devlang: python +ms.service: batch +--- # Azure Batch libraries for python ## Overview @@ -49,7 +49,7 @@ client.pool.add(new_pool) ``` > [!div class="nextstepaction"] -> [Explore the Client APIs](/python/api/overview/azure/batch/client) +> [Explore the Client APIs](/python/api/overview/azure/batch-readme) ## Management API Use the Azure Batch management libraries to create and delete batch accounts, read and regenerate batch account keys, and manage batch account storage. @@ -97,4 +97,4 @@ creating.wait() ``` > [!div class="nextstepaction"] -> [Explore the Management APIs](/python/api/overview/azure/batch/management) \ No newline at end of file +> [Explore the Management APIs](/python/api/overview/azure/mgmt-batch-readme) \ No newline at end of file