Skip to content

Commit 0d01576

Browse files
committed
Fixing links per the broken link report
1 parent e2cd443 commit 0d01576

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/cosmos-db/cassandra-introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer: sngun
1212

1313
# Introduction to the Azure Cosmos DB Cassandra API
1414

15-
Azure Cosmos DB Cassandra API can be used as the data store for apps written for [Apache Cassandra](http://cassandra.apache.org). This means that by using existing [Apache drivers](http://cassandra.apache.org/doc/latest/getting_started/drivers.html?highlight=driver) compliant with CQLv4, your existing Cassandra application can now communicate with the Azure Cosmos DB Cassandra API. In many cases, you can switch from using Apache Cassandra to using Azure Cosmos DB 's Cassandra API, by just changing a connection string.
15+
Azure Cosmos DB Cassandra API can be used as the data store for apps written for [Apache Cassandra](https://cassandra.apache.org). This means that by using existing [Apache drivers](https://cassandra.apache.org/doc/latest/getting_started/drivers.html?highlight=driver) compliant with CQLv4, your existing Cassandra application can now communicate with the Azure Cosmos DB Cassandra API. In many cases, you can switch from using Apache Cassandra to using Azure Cosmos DB 's Cassandra API, by just changing a connection string.
1616

1717
The Cassandra API enables you to interact with data stored in Azure Cosmos DB using the Cassandra Query Language (CQL) , Cassandra-based tools (like cqlsh) and Cassandra client drivers that you’re already familiar with.
1818

articles/cosmos-db/create-website.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Now let's deploy your first template.
5252
![Screenshot of the template deployment UI](./media/create-website/TemplateDeployment3.png)
5353
4. Click **Edit parameters**, provide values for each of the mandatory parameters, and click **OK**. The parameters are as follows:
5454

55-
1. SITENAME: Specifies the App Service web app name and is used to construct the URL that you use to access the web app (for example, if you specify "mydemodocdbwebapp", then the URL by which you access the web app is mydemodocdbwebapp.azurewebsites.net).
55+
1. SITENAME: Specifies the App Service web app name and is used to construct the URL that you use to access the web app (for example, if you specify "mydemodocdbwebapp", then the URL by which you access the web app is `mydemodocdbwebapp.azurewebsites.net`).
5656
2. HOSTINGPLANNAME: Specifies the name of App Service hosting plan to create.
5757
3. LOCATION: Specifies the Azure location in which to create the Azure Cosmos DB and web app resources.
5858
4. DATABASEACCOUNTNAME: Specifies the name of the Azure Cosmos DB account to create.

articles/cosmos-db/lambda-architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Upon further reading, we will be able to implement this architecture using only
3838

3939
* Azure Cosmos container(s)
4040
* HDInsight (Apache Spark 2.1) cluster
41-
* Spark Connector [1.0](https://github.com/Azure/azure-cosmosdb-spark/tree/master/releases/azure-cosmosdb-spark_2.1.0_2.11-1.0.0)
41+
* Spark Connector [1.0](https://search.maven.org/artifact/com.microsoft.azure/azure-cosmosdb-spark_2.1.0_2.11/1.2.6/jar)
4242

4343
## Speed layer
4444

articles/cosmos-db/sql-api-nodejs-samples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The [ContainerManagement](https://github.com/Azure/azure-cosmos-js/blob/master/s
6666

6767
## Item examples
6868

69-
The [ItemManagement](https://github.com/Azure/azure-cosmos-js/tree/master/samples/ItemManagement) file shows how to perform the CRUD operations on the item. To learn about the Azure Cosmos documents before running the following samples, see [Working with databases, containers, and items](databases-containers-items.md) conceptual article.
69+
The [ItemManagement](https://github.com/Azure/azure-cosmos-js/blob/master/samples/ItemManagement.ts) file shows how to perform the CRUD operations on the item. To learn about the Azure Cosmos documents before running the following samples, see [Working with databases, containers, and items](databases-containers-items.md) conceptual article.
7070

7171
| Task | API reference |
7272
| --- | --- |
@@ -93,7 +93,7 @@ The [IndexManagement](https://github.com/Azure/azure-cosmos-js/blob/master/sampl
9393

9494
## Server-side programming examples
9595

96-
The [app.js](https://github.com/Azure/azure-cosmos-js/blob/master/samples/ServerSideScripts/app.js) file of the [ServerSideScripts](https://github.com/Azure/azure-cosmos-js/tree/master/samples/ServerSideScripts) project shows how to perform the following tasks. To learn about Server-side programming in Azure Cosmos DB before running the following samples, see [Stored procedures, triggers, and user-defined functions](stored-procedures-triggers-udfs.md) conceptual article.
96+
The [index.ts](https://github.com/Azure/azure-cosmos-js/blob/master/samples/ServerSideScripts/index.ts) file of the [ServerSideScripts](https://github.com/Azure/azure-cosmos-js/tree/master/samples/ServerSideScripts) project shows how to perform the following tasks. To learn about Server-side programming in Azure Cosmos DB before running the following samples, see [Stored procedures, triggers, and user-defined functions](stored-procedures-triggers-udfs.md) conceptual article.
9797

9898
| Task | API reference |
9999
| --- | --- |

0 commit comments

Comments
 (0)