Skip to content

Commit db6c1f0

Browse files
authored
Broken link fixed
1 parent f6b1e8a commit db6c1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)