From 697b89c70b7e54cab53f16583fe76b29d7a41871 Mon Sep 17 00:00:00 2001 From: Rick Winter Date: Thu, 26 Aug 2021 16:48:25 -0700 Subject: [PATCH] Update link after package refactor (#15399) --- documentation/MIGRATION_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/MIGRATION_GUIDE.md b/documentation/MIGRATION_GUIDE.md index 8c4f2c00ec77..91aa7fa390fe 100644 --- a/documentation/MIGRATION_GUIDE.md +++ b/documentation/MIGRATION_GUIDE.md @@ -2,7 +2,7 @@ This document is intended for users that are familiar with an older version of the Azure SDK For Go for management modules (`services/**/mgmt/**`) and wish to migrate their application to the next version of Azure resource management libraries (`sdk/**/arm**`) -**For users new to the Azure SDK For Go for resource management modules, please see the [README for 'sdk/armcore`](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/armcore) and the README for every individual package.** +**For users new to the Azure SDK For Go for resource management modules, please see the [README for 'sdk/azcore`](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azcore) and the README for every individual package.** ## Table of contents @@ -199,4 +199,4 @@ client := armresources.NewResourceGroupsClient(connection, "") ## Need help? -If you have encountered an issue during migration, please file an issue via [Github Issues](https://github.com/Azure/azure-sdk-for-go/issues) and make sure you add the "Preview" label to the issue \ No newline at end of file +If you have encountered an issue during migration, please file an issue via [Github Issues](https://github.com/Azure/azure-sdk-for-go/issues) and make sure you add the "Preview" label to the issue