Skip to content

Commit

Permalink
Update links to point to a feature branch (#1999)
Browse files Browse the repository at this point in the history
* Update links to point to a feature branch

* Apply suggestions from code review

Co-authored-by: Ahson Khan <[email protected]>

Co-authored-by: Anton Kolesnyk <[email protected]>
Co-authored-by: Ahson Khan <[email protected]>
  • Loading branch information
3 people committed Nov 10, 2021
1 parent 3834fbb commit 5a0436b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions sdk/docs/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions sdk/samples/storage/blobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ Azure SDK for Embedded C is licensed under the [MIT][azure_sdk_for_c_license] li
<!-- LINKS -->
[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

Expand Down

0 comments on commit 5a0436b

Please sign in to comment.