Skip to content

Commit b8b67d6

Browse files
committed
fixing link
1 parent 732b106 commit b8b67d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql/multi-model-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The Azure SQL family of services let you work with JSON data easily and integrat
7373

7474
If you have JSON text, you can extract data from JSON or verify that JSON is properly formatted by using the built-in functions [JSON_VALUE](/sql/t-sql/functions/json-value-transact-sql), [JSON_QUERY](/sql/t-sql/functions/json-query-transact-sql), and [ISJSON](/sql/t-sql/functions/isjson-transact-sql). The [JSON_MODIFY](/sql/t-sql/functions/json-modify-transact-sql) function lets you update value inside JSON text. For more advanced querying and analysis, [OPENJSON](/sql/t-sql/functions/openjson-transact-sql) function can transform an array of JSON objects into a set of rows. Any SQL query can be executed on the returned result set. Finally, there is a [FOR JSON](/sql/relational-databases/json/format-query-results-as-json-with-for-json-sql-server) clause that lets you format data stored in your relational tables as JSON text.
7575

76-
For more information, see [How to work with JSON data](json-features.md).
76+
For more information, see [How to work with JSON data](database/json-features.md).
7777
[JSON](/sql/relational-databases/json/json-data-sql-server) is a core SQL Server database engine feature.
7878

7979
### When to use a JSON capability

0 commit comments

Comments
 (0)