From 5a0436b9bfdf46fc4549fad580781beb7e57746f Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 9 Nov 2021 16:01:32 -0800 Subject: [PATCH] Update links to point to a feature branch (#1999) * Update links to point to a feature branch * Apply suggestions from code review Co-authored-by: Ahson Khan Co-authored-by: Anton Kolesnyk Co-authored-by: Ahson Khan --- README.md | 2 +- samples/README.md | 2 +- sdk/docs/storage/README.md | 4 ++-- sdk/samples/storage/blobs/README.md | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7c7fd1a346..810dab13fd 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ To get help with the SDK: The Azure SDK for Embedded C repo has been structured around the service libraries it provides: 1. [IoT](https://github.com/Azure/azure-sdk-for-c/blob/main/sdk/docs/iot) - Library to connect Embedded Devices to Azure IoT services -2. [Storage](https://github.com/Azure/azure-sdk-for-c/blob/main/sdk/docs/storage) - Library to handle blob download from and upload to Azure Storage +2. [Storage](https://github.com/Azure/azure-sdk-for-c/tree/feature/storage-blobs/sdk/docs/storage) - Library to handle blob download from and upload to Azure Storage ### Structure diff --git a/samples/README.md b/samples/README.md index 44276c5547..34a5fd8c07 100644 --- a/samples/README.md +++ b/samples/README.md @@ -38,4 +38,4 @@ This section lists how-to guides for the most commonly used APIs and most common ### Azure.Storage.Blobs -- [How to Upload and Download a blob](https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/samples/storage/blobs) +- [How to Upload and Download a blob](https://github.com/Azure/azure-sdk-for-c/tree/feature/storage-blobs/sdk/samples/storage/blobs) diff --git a/sdk/docs/storage/README.md b/sdk/docs/storage/README.md index 08536053ee..cbd3ce5e86 100644 --- a/sdk/docs/storage/README.md +++ b/sdk/docs/storage/README.md @@ -98,8 +98,8 @@ Azure SDK for Embedded C is licensed under the [MIT][azure_sdk_for_c_license] li [azure_sdk_for_c_doxygen_docs]: https://azure.github.io/azure-sdk-for-c [azure_sdk_for_c_license]: https://github.com/Azure/azure-sdk-for-c/blob/main/LICENSE [azure_sdk_for_c_readme]: https://github.com/Azure/azure-sdk-for-c/blob/main/README.md -[azure_sdk_for_c_readme_getting_started]:https://github.com/Azure/azure-sdk-for-c/blob/main/README.md#getting-started-using-the-sdk -[samples_storage_blobs_readme]: https://github.com/Azure/azure-sdk-for-c/blob/main/sdk/samples/storage/blobs/README.md +[azure_sdk_for_c_readme_getting_started]: https://github.com/Azure/azure-sdk-for-c/blob/main/README.md#getting-started-using-the-sdk +[samples_storage_blobs_readme]: https://github.com/Azure/azure-sdk-for-c/blob/feature/storage-blobs/sdk/samples/storage/blobs/README.md [docs_platform_readme]: https://github.com/Azure/azure-sdk-for-c/blob/main/sdk/docs/platform/README.md [storage_access_control_sas]: https://docs.microsoft.com/rest/api/storageservices/delegate-access-with-shared-access-signature [storage_account_create]: https://docs.microsoft.com/azure/storage/common/storage-account-create?tabs=azure-portal diff --git a/sdk/samples/storage/blobs/README.md b/sdk/samples/storage/blobs/README.md index e20a2efa9f..a6518d0bf4 100644 --- a/sdk/samples/storage/blobs/README.md +++ b/sdk/samples/storage/blobs/README.md @@ -52,11 +52,11 @@ Azure SDK for Embedded C is licensed under the [MIT][azure_sdk_for_c_license] li [azure_sdk_for_c_contributing]: https://github.com/Azure/azure-sdk-for-c/blob/main/CONTRIBUTING.md [azure_sdk_for_c_license]: https://github.com/Azure/azure-sdk-for-c/blob/main/LICENSE -[BLOB_SDK_README]: https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/docs/storage -[SDK_README_CONTRIBUTING]:https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/docs/storage#contributing -[SDK_README_GETTING_STARTED]: https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/docs/storage#getting-started -[SDK_README_KEY_CONCEPTS]: https://github.com/Azure/azure-sdk-for-c/tree/main/sdk/docs/storage#key-concepts -[samples_basic]: https://github.com/Azure/azure-sdk-for-c/blob/main/sdk/samples/storage/blobs/src/blobs_client_sample.c +[BLOB_SDK_README]: https://github.com/Azure/azure-sdk-for-c/tree/feature/storage-blobs/sdk/docs/storage +[SDK_README_CONTRIBUTING]: https://github.com/Azure/azure-sdk-for-c/tree/feature/storage-blobs/sdk/docs/storage#contributing +[SDK_README_GETTING_STARTED]: https://github.com/Azure/azure-sdk-for-c/tree/feature/storage-blobs/sdk/docs/storage#getting-started +[SDK_README_KEY_CONCEPTS]: https://github.com/Azure/azure-sdk-for-c/tree/feature/storage-blobs/sdk/docs/storage#key-concepts +[samples_basic]: https://github.com/Azure/azure-sdk-for-c/blob/feature/storage-blobs/sdk/samples/storage/blobs/src/blobs_client_sample.c [storageblob_rest]: https://docs.microsoft.com/rest/api/storageservices/blob-service-rest-api [error_codes]: https://docs.microsoft.com/rest/api/storageservices/blob-service-error-codes