Skip to content

Commit 8a07704

Browse files
committed
fixed broken links across docs
1 parent 8524621 commit 8a07704

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/search/cognitive-search-skill-custom-entity-lookup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ This warning will be emitted if the number of matches detected is greater than t
404404

405405
## See also
406406

407-
+ [Custom Entity Lookup sample and readme](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/skill-examples/custom-entity-lookup-skill)
408407
+ [Built-in skills](cognitive-search-predefined-skills.md)
409408
+ [How to define a skillset](cognitive-search-defining-skillset.md)
410409
+ [Entity Recognition skill (to search for well known entities)](cognitive-search-skill-entity-recognition-v3.md)

articles/search/cognitive-search-tutorial-debug-sessions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3131

3232
+ [Visual Studio Code](https://code.visualstudio.com/download) with a [REST client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client).
3333

34-
+ [Sample PDFs (clinical trials)](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/clinical-trials/clinical-trials-pdf-19).
34+
+ [Sample PDFs (clinical trials)](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/_ARCHIVE/clinical-trials/clinical-trials-pdf-19).
3535

3636
+ [Sample debug-sessions.rest file](https://github.com/Azure-Samples/azure-search-rest-samples/blob/main/Debug-sessions/debug-sessions.rest) used to create the enrichment pipeline.
3737

@@ -42,7 +42,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
4242

4343
This section creates the sample data set in Azure Blob Storage so that the indexer and skillset have content to work with.
4444

45-
1. [Download sample data (clinical-trials-pdf-19)](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/clinical-trials/clinical-trials-pdf-19), consisting of 19 files.
45+
1. [Download sample data (clinical-trials-pdf-19)](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/_ARCHIVE/clinical-trials/clinical-trials-pdf-19), consisting of 19 files.
4646

4747
1. [Create an Azure storage account](../storage/common/storage-account-create.md?tabs=azure-portal) or [find an existing account](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Storage%2storageAccounts/).
4848

articles/search/search-howto-index-json-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ api-key: [admin key]
109109
}
110110
```
111111

112-
### jsonArrays example (clinical trials sample data)
112+
### jsonArrays example
113113

114-
The [clinical trials JSON data set](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/clinical-trials/clinical-trials-json) on GitHub is helpful for testing JSON array parsing. You can upload the data files to Blob storage and use the [**Import data** wizard](search-get-started-portal.md) to quickly evaluate how this content is parsed into individual search documents.
114+
The [New York Philharmonic JSON data set](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/ny-philharmonic) on GitHub is helpful for testing JSON array parsing. You can upload the data files to Blob storage and use the [**Import data** wizard](search-get-started-portal.md) to quickly evaluate how this content is parsed into individual search documents.
115115

116116
The data set consists of eight blobs, each containing a JSON array of entities, for a total of 100 entities. The entities vary as to which fields are populated, but the end result is one search document per entity, from all arrays, in all blobs.
117117

0 commit comments

Comments
 (0)