Skip to content

Commit 699bdf7

Browse files
Merge pull request #219007 from pritamso/Broken-link-fix-pauljewellmsft
Broken link fixed
2 parents 9eec7ce + a02e6b4 commit 699bdf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/storage/blobs/storage-quickstart-blobs-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,5 @@ To see Blob storage sample apps, continue to:
303303
> [!div class="nextstepaction"]
304304
> [Azure Blob Storage library for Python samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob/samples)
305305
306-
- To learn more, see the [Azure Storage client libraries for Python](/azure/developer/python/sdk/storage/overview).
307-
- For tutorials, samples, quickstarts, and other documentation, visit [Azure for Python Developers](/azure/python/).
306+
- To learn more, see the [Azure Storage client libraries for Python](/azure/developer/python/sdk/azure-sdk-overview).
307+
- For tutorials, samples, quickstarts, and other documentation, visit [Azure for Python Developers](/azure/python/).

articles/storage/common/storage-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To explore the Azure CLI samples, first [Install the Azure CLI](/cli/azure/insta
6363
|----------|---------------|-------------|
6464
| .NET | [.NET Client Library Reference](/dotnet/api/overview/azure/storage) | [Source code for the .NET storage client library](https://github.com/Azure/azure-storage-net) |
6565
| Java | [Java Client Library Reference](/java/api/overview/azure/storage) | [Source code for the Java storage client library](https://github.com/azure/azure-storage-java) |
66-
| Python | [Python Client Library Reference](https://azure-storage.readthedocs.io/) | [Source code for the Python storage client library](https://github.com/Azure/azure-storage-python) |
66+
| Python | [Python Client Library Reference](/python/api/overview/azure/storage) | [Source code for the Python storage client library](https://github.com/Azure/azure-storage-python) |
6767
| Node.js | [Node.js Client Library Reference](https://azure.github.io/azure-storage-node) | [Source code for the Node.js storage client library](https://github.com/Azure/azure-storage-node) |
6868
| C++ | [C++ Client Library Reference](https://azure.github.io/azure-sdk-for-cpp/) | [Source code for the C++ storage client library](https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage)|
6969
| Azure CLI | [Azure CLI Library Reference](/cli/azure/storage) | [Source code for the Azure CLI storage client library](https://github.com/Azure-Samples/azure-cli-samples/tree/master/storage)

0 commit comments

Comments
 (0)