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

Commit fb797cc

Browse files
tamrammirobers
authored andcommitted
Update README.md (#270)
1 parent 4195c32 commit fb797cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Microsoft Azure Storage SDK 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/overview/azure/storage) and the generated [javadoc](http://azure.github.io/azure-storage-java/).
3+
This project provides a client library in Java that makes it easy to consume Microsoft Azure Storage services. For documentation, please see the Microsoft Azure [Java Developer Center](http://azure.microsoft.com/en-us/develop/java/) and the [Java client library reference for Azure Storage](https://docs.microsoft.com/en-us/java/api/overview/azure/storage).
44

55
NOTE: There is a new version of this library in development, which supports asynchronous APIs in a reactive model. This entails a significant architectural overhaul and a redesign of the current interface. If this interests you, please feel free to check it out in the New-Storage-SDK-V10-Preview branch. Feedback is always appreciated. The rest of the document below applies to the existing generally available library.
66

7-
> 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).
7+
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).
88

99
# Features
1010
* Blob
@@ -136,4 +136,4 @@ When sending pull requests, please send non-breaking PRs to the dev branch and b
136136
* [Java on Azure Developer Center](http://azure.microsoft.com/en-us/java/azure)
137137
* [Azure Storage Service](http://azure.microsoft.com/en-us/documentation/services/storage/)
138138
* [Azure Storage Team Blog](http://blogs.msdn.com/b/windowsazurestorage/)
139-
* [Javadoc](http://azure.github.io/azure-storage-java/)
139+
* [Java client library reference for Azure Storage](https://docs.microsoft.com/en-us/java/api/overview/azure/storage)

0 commit comments

Comments
 (0)