Skip to content

Commit 6396f30

Browse files
committed
Updating web app doc with v4 sample
1 parent 844a982 commit 6396f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Now that we've finished the fun bits, all that's left is to build a quick user i
175175

176176
1. Finally, write some client-side JavaScript to tie the web user interface and the servlet together:
177177

178-
[!INCLUDE[client-side JavaScript code](~/samples-cosmosdb-java-v4-web-app/assets/todo.js)]
178+
[!INCLUDE[client-side JavaScript code](~/samples-cosmosdb-java-v4-web-app/WebContent/assets/todo.js)]
179179

180180
1. Now all that's left is to test the application. Run the application locally, and add some Todo items by filling in the item name and category and clicking **Add Task**. After the item appears, you can update whether it's complete by toggling the checkbox and clicking **Update Tasks**.
181181

0 commit comments

Comments
 (0)