Skip to content

Commit e777502

Browse files
committed
Update Program.cs
Added specific links to tutorials and playground mentioned in comments.
1 parent 4ee358c commit e777502

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/code-samples/Queries/Program.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515
//------------------------------------------------------------------------------------------------
1616
// This sample demonstrates the use of LINQ and SQL Query Grammar to query DocumentDB Service
17-
// For additional examples using the SQL query grammer refer to the SQL Query Tutorial -
17+
// For additional examples using the SQL query grammer refer to the SQL Query Tutorial available
18+
// at https://azure.microsoft.com/documentation/articles/documentdb-sql-query/.
1819
// There is also an interactive Query Demo web application where you can try out different
19-
// SQL queries -
20+
// SQL queries available at https://www.documentdb.com/sql/demo.
2021
//------------------------------------------------------------------------------------------------
2122

2223
public class Program

0 commit comments

Comments
 (0)