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

Fixed broken reference link #510

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| SDK Name | Version | Description | Maven/API Reference Links |
| ------------- | ------------- | ----------- | ----- |
| [Storage SDK v12 for Java](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage) | v12.0.0 | The next generation Storage SDK. Supports sync and async IO. Includes blobs, queues, and files each in separate artifacts. (The package directory prefixed with "microsoft-" holds v11. The others are v12.) | [Maven](https://search.maven.org/search?q=g:com.azure%20AND%20a:azure-storage-blob) - [Reference](https://azure.github.io/azure-sdk-for-java/track2reports/index.html)
| [Storage SDK v12 for Java](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage) | v12.0.0 | The next generation Storage SDK. Supports sync and async IO. Includes blobs, queues, and files each in separate artifacts. (The package directory prefixed with "microsoft-" holds v11. The others are v12.) | [Maven](https://search.maven.org/search?q=g:com.azure%20AND%20a:azure-storage-blob) - [Reference](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-storage-blob/12.0.0/index.html)
| [Blob Storage SDK v11 for Java](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/microsoft-azure-storage-blob) | v11.0.1 | A stepping stone in our path to v12. We do not currently recommend adopting this. | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage-blob) - [Reference](https://docs.microsoft.com/en-us/java/api/overview/azure/storage/client?view=azure-java-stable) |
| [Storage SDK v8 for Java](https://github.com/azure/azure-storage-java/tree/legacy-master) | v8 | Legacy Storage SDK (sync only) | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage) - [Reference](https://docs.microsoft.com/en-us/java/api/overview/azure/storage_stable?view=azure-java-legacy)|
| [Storage SDK for Android](https://github.com/Azure/azure-storage-android) | v2 | Storage SDK for Android | [Maven](https://mvnrepository.com/artifact/com.microsoft.azure.android/azure-storage-android) - [Reference](http://azure.github.io/azure-storage-android/)
Expand Down