Skip to content

Commit 5f042cd

Browse files
committed
fixed a broken link in the overview topic
1 parent e464f05 commit 5f042cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-indexer-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Indexers require a *data source* object that provides a connection string and po
111111
You can create a data source using any of these approaches:
112112

113113
+ Using the Azure portal, on the **Data sources** tab of your search service pages, select **Add data source** to specify the data source definition.
114-
+ Using the Azure portal, the Import data wizard outputs a data source.
115-
+ Using the REST APIs, call [Create Data Source](/rest/api/searchservice/create-data-source.
114+
+ Using the Azure portal, the [Import data wizard](search-import-data-portal.md) outputs a data source.
115+
+ Using the REST APIs, call [Create Data Source](/rest/api/searchservice/create-data-source).
116116
+ Using the Azure SDK for .NET, call [SearchIndexerDataSourceConnection class](/dotnet/api/azure.search.documents.indexes.models.searchindexerdatasourceconnection)
117117

118118
### Step 2: Create an index

0 commit comments

Comments
 (0)