Skip to content

Commit e0227be

Browse files
committed
updated a link
1 parent 55dbb20 commit e0227be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-api-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Azure AI Search breaks backward compatibility as a last resort. Upgrade is neces
4343

4444
## How to upgrade
4545

46-
In your application code that makes direct calls to the REST APIs, modify the `api-version` parameter on the header of the request. For more information about formulating REST calls, see [Quickstart: using REST](search-get-started-rest.md).
46+
In your application code that makes direct calls to the REST APIs, modify the `api-version` parameter on the header of the request. For more information about formulating a REST call, see [Quickstart: using REST](search-get-started-rest.md#set-up-visual-studio-code).
4747

48-
If you're using an Azure SDK, those packages target specific versions of the REST API. Package updates might coincide with a REST API update, but each SDK is on it's own release schedule that ships independently of Azure AI Search REST API versions. Check the change log of the SDK package to determine whether a package release ships new API version features.
48+
If you're using an Azure SDK, those packages target specific versions of the REST API. Package updates might coincide with a REST API update, but each SDK is on it's own release schedule that ships independently of Azure AI Search REST API versions. Check the change log of your SDK package to determine whether a package release targets a new REST API version.
4949

5050
## Breaking change for client code that reads connection information
5151

0 commit comments

Comments
 (0)