Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 8c87c15

Browse files
author
Sercan Guler [MSFT]
authored
Fixing links for API reference
1 parent dfa24e5 commit 8c87c15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microsoft Azure Storage SDK v10 for Java
22

3-
This project provides a client library in Java that makes it easy to consume Microsoft Azure Storage services. For documentation please see the [Storage API doc page](https://docs.microsoft.com/en-us/java/api/storage/client?view=azure-java-preview) and the [quick start document](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-java-v10).
3+
This project provides a client library in Java that makes it easy to consume Microsoft Azure Storage services. For documentation please see the [Storage API doc page](https://docs.microsoft.com/en-us/java/api/overview/azure/storage/client?view=azure-java-preview) and the [quick start document](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-java-v10).
44
Please note that this version of the library is a compete overhaul of the current Azure Storage Java Client Library, and is based on the new Storage SDK architecture, also referred to as V10.
55

66
> If you are looking for the Azure Storage Android SDK, please visit [https://github.com/Azure/azure-storage-android](https://github.com/Azure/azure-storage-android).
@@ -176,7 +176,8 @@ When sending pull requests, please send non-breaking PRs to the dev branch and b
176176

177177
# Learn More
178178

179-
* [Java on Azure Developer Center](http://azure.microsoft.com/en-us/java/azure)
179+
* [Quick Start with the Azure Storage SDK v10 for Java](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-java-v10)
180+
* [Java API Reference](https://docs.microsoft.com/en-us/java/api/overview/azure/storage/client?view=azure-java-preview)
180181
* [Azure Storage Service](http://azure.microsoft.com/en-us/documentation/services/storage/)
181182
* [Azure Storage Team Blog](http://blogs.msdn.com/b/windowsazurestorage/)
182183
* [Javadoc](http://azure.github.io/azure-storage-java/)

0 commit comments

Comments
 (0)