Skip to content

Commit e979908

Browse files
authored
Merge pull request #4758 from MicrosoftDocs/v-thepet-patch-2
Fix broken link
2 parents 38c401b + 80e1746 commit e979908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/json/validate-query-and-change-json-data-with-built-in-functions-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ In this sample JSON text, data members "a" and "c" are string values, while data
115115
|**$.c**|hi|NULL or error|
116116

117117
## Test JSON_VALUE and JSON_QUERY with the AdventureWorks sample database
118-
Test the built-in functions described in this topic by running the following examples with the AdventureWorks sample database. For info about where to get AdventureWorks, and about how to add JSON data for testing by running a script, see [Test drive built-in JSON support](json-data-sql-server.md#test-drive-built-in-json-support).
118+
Test the built-in functions described in this topic by running the following examples with the AdventureWorks sample database. For info about where to get AdventureWorks, and about how to add JSON data for testing by running a script, see [Test drive built-in JSON support](json-data-sql-server.md#test-drive-built-in-json-support-with-the-adventureworks-sample-database).
119119

120120
In the following examples, the `Info` column in the `SalesOrder_json` table contains JSON text.
121121

0 commit comments

Comments
 (0)