From 8ec94919753b06253cbd478331a1fc18f34c5948 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 7 Dec 2016 10:08:44 -0800 Subject: [PATCH] registry/azure.md: fix broken syntax/links Signed-off-by: Ahmet Alp Balkan --- registry/storage-drivers/azure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/storage-drivers/azure.md b/registry/storage-drivers/azure.md index ed87fb4c5f..c66f86c1d1 100644 --- a/registry/storage-drivers/azure.md +++ b/registry/storage-drivers/azure.md @@ -44,7 +44,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses [Mic yes - Name of the Azure root storage container in which all registry data will be stored. Must comply the storage container name [requirements][create-container-api]. + Name of the Azure root storage container in which all registry data will be stored. Must comply the storage container name requirements. @@ -55,7 +55,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses [Mic no - Domain name suffix for the Storage Service API endpoint. For example realm for "Azure in China" would be `core.chinacloudapi.cn` and realm for "Azure Government" would be `core.usgovcloudapi.net`. By default, this + Domain name suffix for the Storage Service API endpoint. For example realm for "Azure in China" would be core.chinacloudapi.cn and realm for "Azure Government" would be core.usgovcloudapi.net. By default, this is core.windows.net. @@ -68,4 +68,4 @@ An implementation of the `storagedriver.StorageDriver` interface which uses [Mic * To get information about [azure-blob-storage](http://azure.microsoft.com/en-us/services/storage/) visit the Microsoft website. -* You can use Microsoft's [Blob Service REST API](https://msdn.microsoft.com/en-us/library/azure/dd135733.aspx) to [create a container] (https://msdn.microsoft.com/en-us/library/azure/dd179468.aspx). \ No newline at end of file +* You can use Microsoft's [Blob Service REST API](https://msdn.microsoft.com/en-us/library/azure/dd135733.aspx) to [create a storage container](https://msdn.microsoft.com/en-us/library/azure/dd179468.aspx).