Updated Azure Cosmos DB branding and links

This commit is contained in:
Mimi Gentz 2018-04-02 14:17:04 -05:00 коммит произвёл GitHub
Родитель 190dfd7253
Коммит ebf0a072a8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -18,7 +18,7 @@ Azure libraries help you consume Azure services in your Java apps using native i
| | | | |
|:-------------:|:----------:|:----:|:---:|
| [Azure Storage](#azure-storage) | [SQL Database](#sql-database) | [Redis Cache](#redis-cache) | [DocumentDB](#documentdb) |
| [Azure Storage](#azure-storage) | [SQL Database](#sql-database) | [Redis Cache](#redis-cache) | [Azure Cosmos DB](#cosmos-db) |
| [Service Bus](#servicebus) | [Azure Active Directory](#azuread) | [Key Vault](#keyvault) | [Event Hub](#eventhub)
| [IoT Service](#iotservice) | [IoT Device](#iotdevice) | [Data Lake](#datalake) | [AppInsights](#appinsights) |
| [Batch](#batch) | [Manage Azure resources](#management) |
@ -93,9 +93,9 @@ Low-latency, high-performance key-value store.
[Samples](/azure/redis-cache/cache-java-get-started) | [Reference](http://xetorthio.github.io/jedis) | [GitHub](https://github.com/xetorthio/jedis) | [Release Notes](https://github.com/xetorthio/jedis/releases)
<a name="documentdb"></a>
<a name="cosmos-db"></a>
### [Cosmos DB](/azure/documentdb/documentdb-introduction)
### [Azure Cosmos DB](/azure/cosmos-db/introduction)
Scalable NoSQL database with JSON documents and a SQL or JavaScript query syntax.
@ -107,7 +107,7 @@ Scalable NoSQL database with JSON documents and a SQL or JavaScript query syntax
</dependency>
```
[Samples](/azure/documentdb/documentdb-java-application) | [Reference](http://azure.github.io/azure-documentdb-java/) | [GitHub](https://github.com/Azure/azure-documentdb-java) | [Release Notes](https://github.com/Azure/azure-documentdb-java/blob/master/changelog.md)
[Samples](/azure/cosmos-db/sql-api-java-application) | [Reference](http://azure.github.io/azure-documentdb-java/) | [GitHub](https://github.com/Azure/azure-documentdb-java) | [Release Notes](https://github.com/Azure/azure-documentdb-java/blob/master/changelog.md)
<a name="servicebus"></a>