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

Commit 33e0df6

Browse files
brunoborgeszezha-msft
authored andcommitted
Update URLs (#278)
Thanks @brunoborges
1 parent 8b5bad5 commit 33e0df6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 Microsoft Azure [Java Developer Center](http://azure.microsoft.com/en-us/develop/java/) and the [JavaDocs](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 [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/).
44

55
> 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).
66
@@ -60,7 +60,7 @@ SLF4J is only needed if you enable logging through the OperationContext class. I
6060

6161
## Usage
6262

63-
To use this SDK to call Microsoft Azure storage services, you need to first [create an account](https://account.windowsazure.com/signup).
63+
To use this SDK to call Microsoft Azure storage services, you need to first [create an account](https://azure.microsoft.com/free).
6464

6565
Samples are provided in the microsoft-azure-storage-samples folder. The unit tests in microsoft-azure-storage-test can also be helpful.
6666

@@ -131,7 +131,7 @@ When sending pull requests, please send non-breaking PRs to the dev branch and b
131131

132132
# Learn More
133133

134-
* [Azure Developer Center](http://azure.microsoft.com/en-us/develop/java/)
134+
* [Java on Azure Developer Center](http://azure.microsoft.com/en-us/java/azure)
135135
* [Azure Storage Service](http://azure.microsoft.com/en-us/documentation/services/storage/)
136136
* [Azure Storage Team Blog](http://blogs.msdn.com/b/windowsazurestorage/)
137-
* [JavaDocs](http://azure.github.io/azure-storage-java/)
137+
* [Javadoc](http://azure.github.io/azure-storage-java/)

0 commit comments

Comments
 (0)