Skip to content

Commit 01620bb

Browse files
Merge pull request #227840 from pritamso/Broken-link-fix-HeidiSteen
Broken link fix
2 parents 89139f1 + 89719b4 commit 01620bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/search/search-get-started-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: devx-track-java, mode-api
2222
> * [Python](search-get-started-python.md)
2323
> * [REST](search-get-started-rest.md)
2424
25-
Create a Java console application that creates, loads, and queries a search index using [Visual Studio Code](https://code.visualstudio.com/), [Java 11 SDK](/java/azure/jdk/), and the [Azure.Search.Documents client library in the Azure SDK for Java.](/java/api/overview/azure/search). This article provides step-by-step instructions for creating the application. Alternatively, you can [download and run the complete application](https://github.com/Azure-Samples/azure-search-java-samples/quickstart).
25+
Create a Java console application that creates, loads, and queries a search index using [Visual Studio Code](https://code.visualstudio.com/), [Java 11 SDK](/java/azure/jdk/), and the [Azure.Search.Documents client library in the Azure SDK for Java.](/java/api/overview/azure/search). This article provides step-by-step instructions for creating the application. Alternatively, you can [download and run the complete application](https://github.com/Azure-Samples/azure-search-java-samples/tree/main/quickstart).
2626

2727
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2828

@@ -32,7 +32,7 @@ We used the following software and services to build and test this quickstart:
3232

3333
+ [Visual Studio Code](https://code.visualstudio.com/)
3434

35-
+ [Java extension for Visual Studio Code](https://vscode.trafficmanager.net/docs/java/extensions)
35+
+ [Java extension for Visual Studio Code](https://code.visualstudio.com/docs/java/extensions)
3636

3737
+ [Java 11 SDK](/java/azure/jdk/)
3838

articles/search/search-howto-large-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article assumes familiarity with the [two basic approaches for importing da
2020
This article complements [Tips for better performance](search-performance-tips.md), which offers best practices on index and query design. A well-designed index that includes only the fields and attributes you need is an important prerequisite for large-scale indexing.
2121

2222
> [!NOTE]
23-
> The strategies described in this article assume a single large data source. If your solution requires indexing from multiple data sources, see [Index multiple data sources in Azure Cognitive Search](https://github.com/Azure-Samples/azure-cognitive-search-multiple-containers-indexer/blob/main/README.md) for a recommended approach.
23+
> The strategies described in this article assume a single large data source. If your solution requires indexing from multiple data sources, see [Index multiple data sources in Azure Cognitive Search](/samples/azure-samples/azure-search-dotnet-samples/multiple-data-sources/) for a recommended approach.
2424
2525
## Index large data using the push APIs
2626

articles/search/search-security-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ For more information on how to acquire a token for a specific environment, see [
309309

310310
### [**.NET SDK**](#tab/test-csharp)
311311

312-
See [Authorize access to a search app using Azure Active Directory](/search-howto-aad.md) for instructions that create an identity for your client app, assign a role, and call [DefaultAzureCredential()](/dotnet/api/azure.identity.defaultazurecredential).
312+
See [Authorize access to a search app using Azure Active Directory](search-howto-aad.md) for instructions that create an identity for your client app, assign a role, and call [DefaultAzureCredential()](/dotnet/api/azure.identity.defaultazurecredential).
313313

314314
The Azure SDK for .NET supports an authorization header in the [NuGet Gallery | Azure.Search.Documents 11.4.0](https://www.nuget.org/packages/Azure.Search.Documents/11.4.0) package. Configuration is required to register an application with Azure Active Directory, and to obtain and pass authorization tokens:
315315

0 commit comments

Comments
 (0)