Skip to content

Commit 7b745cc

Browse files
committed
Fixes per feedback
1 parent a255bf9 commit 7b745cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/sql-api-java-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Before you begin this application development tutorial, you must have the follow
4545
* [Eclipse IDE for Java EE Developers.](https://www.eclipse.org/downloads/packages/release/luna/sr1/eclipse-ide-java-ee-developers)
4646
* [An Azure Web Site with a Java runtime environment (e.g. Tomcat or Jetty) enabled.](../app-service/app-service-web-get-started-java.md)
4747

48-
If you're installing these tools for the first time, coreservlets.com provides a walk-through of the installation process in the Quick Start section of their [Tutorial: Installing TomCat7 and Using it with Eclipse](http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat-7-with-eclipse.html) article.
48+
If you're installing these tools for the first time, coreservlets.com provides a walk-through of the installation process in the quickstart section of their [Tutorial: Installing TomCat7 and Using it with Eclipse](http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat-7-with-eclipse.html) article.
4949

5050
## <a id="CreateDB"></a>Step 1: Create an Azure Cosmos DB account
5151
Let's start by creating an Azure Cosmos DB account. If you already have an account or if you are using the Azure Cosmos DB Emulator for this tutorial, you can skip to [Step 2: Create the Java JSP application](#CreateJSP).
@@ -93,7 +93,7 @@ To do this, you will need to convert your project to a maven project by completi
9393

9494
![Install SQL Java Application SDK](./media/sql-api-java-application/image13.png)
9595

96-
* Or add the dependency XML for Group Id and Artifact Id directly to the pom.xml via a text editor:
96+
* Or add the dependency XML for Group ID and Artifact ID directly to the pom.xml via a text editor:
9797
```xml
9898
<dependency>
9999
<groupId>com.microsoft.azure</groupId>

0 commit comments

Comments
 (0)