Skip to content

Commit 06eced4

Browse files
committed
Github repo sample URL updates
1 parent 4513483 commit 06eced4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/search/includes/quickstarts/full-text-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Each field also has a series of index attributes that specify whether Azure AI S
147147

148148
### Create a documents payload and upload documents
149149

150-
Use an [index action](/python/api/azure-search-documents/azure.search.documents.models.indexaction) for the operation type, such as upload or merge-and-upload. Documents originate from the [HotelsData](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/hotels/HotelsData_toAzureSearch.JSON) sample on GitHub.
150+
Use an [index action](/python/api/azure-search-documents/azure.search.documents.models.indexaction) for the operation type, such as upload or merge-and-upload. Documents originate from the [HotelsData](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/hotels/HotelsData_toAzureSearch.json) sample on GitHub.
151151

152152
### Search an index
153153

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To work through the examples in this article, you need the Azure portal or a [RE
3737

3838
Use these instructions to create a container and database in Cosmos DB for testing purposes.
3939

40-
1. [Download HotelsData_toCosmosDB.JSON](https://github.com/HeidiSteen/azure-search-sample-data/blob/main/hotels/HotelsData_toCosmosDB.JSON) from GitHub to create a container in Cosmos DB that contains a subset of the sample hotels data set.
40+
1. [Download HotelsData_toCosmosDB.json](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/hotels/HotelsData_toCosmosDB.json) from GitHub to create a container in Cosmos DB that contains a subset of the sample hotels data set.
4141

4242
1. Sign in to the Azure portal and [create an account, database, and container](/azure/cosmos-db/nosql/quickstart-portal) on Cosmos DB.
4343

@@ -55,7 +55,7 @@ Use these instructions to create a container and database in Cosmos DB for testi
5555

5656
1. In **Data Explorer**, expand *hotelsdb* and *hotels*, and then select **Items**.
5757

58-
1. Select **Upload Item** and then select *HotelsData_toCosmosDB.JSON* file that you downloaded from GitHub.
58+
1. Select **Upload Item** and then select *HotelsData_toCosmosDB.json* file that you downloaded from GitHub.
5959

6060
1. Right-click **Items** and select **New SQL query**. The default query is `SELECT * FROM c`.
6161

articles/search/search-howto-indexing-azure-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use these instructions to create a table in Azure Storage for testing purposes.
3838

3939
1. [Install Azure Storage Explorer](https://azure.microsoft.com/products/storage/storage-explorer/#Download-4).
4040

41-
1. [Download HotelsData_toAzureSearch.csv](https://github.com/HeidiSteen/azure-search-sample-data/blob/main/hotels/HotelsData_toAzureSearch.csv) from GitHub. This file is a subset of the built-in hotels sample dataset. It omits the rooms collection, translated descriptions, and geography coordinates.
41+
1. [Download HotelsData_toAzureSearch.csv](https://github.com/Azure-Samples/azure-search-sample-data/blob/main/hotels/HotelsData_toAzureSearch.csv) from GitHub. This file is a subset of the built-in hotels sample dataset. It omits the rooms collection, translated descriptions, and geography coordinates.
4242

4343
1. In Azure Storage Explorer, sign in to Azure, select your subscription, and then select your storage account.
4444

0 commit comments

Comments
 (0)