From 0b83ef032bac6d8441979a443a6421948ed03d27 Mon Sep 17 00:00:00 2001 From: Prashanth Madi Date: Wed, 2 May 2018 14:40:15 -0500 Subject: [PATCH] providing correct links for issues and mvn repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 204728b..8e70a09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Microsoft Azure Cosmos DB Java SDK -![](https://img.shields.io/maven-central/v/com.microsoft.azure/azure-documentdb.svg) -![](https://img.shields.io/github/issues/azure/azure-documentdb-java.svg) +![https://mvnrepository.com/artifact/com.microsoft.azure/azure-documentdb](https://img.shields.io/maven-central/v/com.microsoft.azure/azure-documentdb.svg) +![https://github.com/Azure/azure-documentdb-java/issues](https://img.shields.io/github/issues/azure/azure-documentdb-java.svg) This project provides a client tools or utilities in Java that makes it easy to interact with Azure CosmosDB. For documentation please see the Microsoft Azure [Java Developer Center](http://azure.microsoft.com/en-us/develop/java/) and the [JavaDocs](http://dl.windowsazure.com/documentdb/javadoc).