diff --git a/README.md b/README.md index 93e0046cec22..8a920a914779 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -#Windows Azure SDK for Java +# Microsoft Azure SDK for Java -This project provides a client library in Java that makes it easy to consume Windows Azure services. For documentation please see the [Windows Azure Java Developer Center](http://www.windowsazure.com/en-us/develop/java/). +This project provides a client library in Java that makes it easy to consume Microsoft Azure services. For documentation please see the [Microsoft Azure Java Developer Center](http://www.windowsazure.com/en-us/develop/java/). #Features @@ -75,15 +75,15 @@ within your project you can also have them installed by the Java package manager ##Usage -To use this SDK to call Windows Azure services, you need to first create an -account. To host your Java code in Windows Azure, you additionally need to download -the full Windows Azure SDK for Java - which includes packaging, emulation, and +To use this SDK to call Microsoft Azure services, you need to first create an +account. To host your Java code in Microsoft Azure, you additionally need to download +the full Microsoft Azure SDK for Java - which includes packaging, emulation, and deployment tools. ##Code Sample -The following is a quick example on how to set up a Azure blob using the API -and uploading a file to it. For additional information on using the client libraries to access Azure services see the How To guides listed [here](http://www.windowsazure.com/en-us/develop/java/). +The following is a quick example on how to set up a Microsoft Azure blob using the API +and uploading a file to it. For additional information on using the client libraries to access Microsoft Azure services see the How To guides listed [here](http://www.windowsazure.com/en-us/develop/java/). ```java import java.io.*; @@ -139,16 +139,16 @@ public class BlobSample { #Need Help? -Be sure to check out the Windows Azure [Developer Forums on Stack Overflow](http://go.microsoft.com/fwlink/?LinkId=234489) if you have trouble with the provided code. +Be sure to check out the [Microsoft Azure Developer Forums on Stack Overflow](http://go.microsoft.com/fwlink/?LinkId=234489) if you have trouble with the provided code. #Contribute Code or Provide Feedback -If you would like to become an active contributor to this project please follow the instructions provided in [Windows Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html). +If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html). -If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/WindowsAzure/azure-sdk-for-java/issues) section of the project. +If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-sdk-for-java/issues) section of the project. #Learn More -* [Windows Azure Java Developer Center](http://www.windowsazure.com/en-us/develop/java/) -* [JavaDocs](http://dl.windowsazure.com/javadoc/) +* [Microsoft Azure Java Developer Center](http://www.windowsazure.com/en-us/develop/java/) +* [Microsoft Azure SDK for Java JavaDocs](http://dl.windowsazure.com/javadoc/)