From 158782c92eac367292be5ac0aba13de4fefb75fc Mon Sep 17 00:00:00 2001 From: nowenl Date: Thu, 21 Apr 2016 11:22:01 +0800 Subject: [PATCH] Remove inconsistent link in readme.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 26dfbad16..61fa8db17 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,6 @@ This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage services (blobs, tables and queues). For documentation on how to host PHP applications on Microsoft Azure, please see the [Microsoft Azure PHP Developer Center](http://www.windowsazure.com/en-us/develop/php/). -For documentation on how to use azure storage service, please see: -* Blob. [How-to use the Blob service](https://azure.microsoft.com/en-us/documentation/articles/storage-php-how-to-use-blobs/). -* Table. [How-to use the Table service](https://azure.microsoft.com/en-us/documentation/articles/storage-php-how-to-use-table-storage/). -* Queue. [How-to use the Queue service](https://azure.microsoft.com/en-us/documentation/articles/storage-php-how-to-use-queues/). - > **Note** > > If you are looking for the Service Bus, Service Runtime, Service Management or Media Services libraries, please visit https://github.com/Azure/azure-sdk-for-php.