Skip to content

Commit fba5632

Browse files
author
Derek Legenzoff
authored
Merge pull request #62 from dereklegenzoff/delegenz
Fixing links
2 parents c80e26c + 695b3ea commit fba5632

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Clone or download this repository and then navigate through each of these folder
4747

4848
![the cognitive indexing pipelines used for processing unstructured data in Azure Search](images/architecture.jpg)
4949

50-
### [00 - Resource Deployment](https://github.com/Azure-Samples/azure-search-knowledge-mining/00%20-%20Resource%20Deployment)
50+
### [00 - Resource Deployment](https://github.com/Azure-Samples/azure-search-knowledge-mining/tree/master/00%20-%20Resource%20Deployment)
5151

5252
The contents of this folder show you how to deploy the required resources to your Azure subscription. You can do this either through the [Azure portal](https://portal.azure.com) or using the provided [PowerShell script](https://github.com/Azure-Samples/azure-search-knowledge-mining/00%20-%20Resource%20Deployment/deploy.ps1).
5353

@@ -57,43 +57,43 @@ Alternatively, you can automatically deploy the required resources using this bu
5757
<img src="http://azuredeploy.net/deploybutton.png"/>
5858
</a>
5959

60-
### [01 - Search Index Creation](https://github.com/Azure-Samples/azure-search-knowledge-mining/01%20-%20Search%20Index%20Creation)
60+
### [01 - Search Index Creation](https://github.com/Azure-Samples/azure-search-knowledge-mining/tree/master/01%20-%20Search%20Index%20Creation)
6161

6262
This folder contains a Postman collection that you can use to create a search index. The collection is pre-configured to take advantage of out-of-the-box Cognitive Search functionality.
6363

6464
We recommend using this collection to create an initial search index and then iterating by editing the postman collection and adding custom skills as needed.
6565

66-
### [02 - Web UI Template](https://github.com/Azure-Samples/azure-search-knowledge-mining/02%20-%20Web%20UI%20Template)
66+
### [02 - Web UI Template](https://github.com/Azure-Samples/azure-search-knowledge-mining/tree/master/02%20-%20Web%20UI%20Template)
6767

6868
This folder contains a basic Web UI Template, written in .NET Core, which you can configure to query your search index. Follow the steps outlined in the [Web UI Template README file](https://github.com/Azure-Samples/azure-search-knowledge-mining/02%20-%20Web%20UI%20Template/README.md) to integrate your new search index into the web app.
6969

70-
### [03 - Data Science & Custom Skills](https://github.com/Azure-Samples/azure-search-knowledge-mining/03%20-%20Data%20Science%20and%20Custom%20Skills)
70+
### [03 - Data Science & Custom Skills](https://github.com/Azure-Samples/azure-search-knowledge-mining/tree/master/03%20-%20Data%20Science%20and%20Custom%20Skills)
7171

7272
This folder contains examples and templates to add your own custom skills to your solution. These custom skills help to align the solution to the needs of your particular use case. This step is entirely optional and may be skipped if not needed.
7373

7474
For additional samples and information on custom skill development, see the [Custom skill documentation](https://docs.microsoft.com/azure/search/cognitive-search-custom-skill-interface). .NET Azure Function Custom Skills have moved to the [Power Skills repository](https://github.com/Azure-Samples/azure-search-power-skills).
7575

76-
### [04 - Reporting](https://github.com/Azure-Samples/azure-search-knowledge-mining/04%20-%20Reporting)
76+
### [04 - Reporting](https://github.com/Azure-Samples/azure-search-knowledge-mining/tree/master/04%20-%20Reporting)
7777

7878
This folder contains pre-built PowerBI reports that you can use to monitor your solution and to understand user search behavior. They leverage data captured through [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview) and can be modified to meet your particular business objectives. This step is entirely optional and may be skipped if not needed.
7979

80-
### [Sample Documents](https://github.com/Azure-Samples/azure-search-knowledge-mining/sample_documents)
80+
### [Sample Documents](https://github.com/Azure-Samples/azure-search-knowledge-mining/tree/master/sample_documents)
8181

8282
This folder contains a small data set in a variety of file formats that you can use to build your solution if you don't have another data set available.
8383

84-
### [Workshop](https://github.com/Azure-Samples/azure-search-knowledge-mining/workshops)
84+
### [Workshop](https://github.com/Azure-Samples/azure-search-knowledge-mining/tree/master/workshops)
8585

8686
Become an Azure Cognitive Search expert in a day!
8787
This folder contains a self paced workshop that teaches you everything you need to know. Most developer with Azure familiarity should be able to complete the majority of the modules below in 8 hours.
8888

89-
+ [Module 0 - Pre-Requisites](https://github.com/Azure-Samples/azure-search-knowledge-mining/workshops/Module%200.md) (*you must complete prior to moving on!*)
90-
+ [Module 1 - Using Azure Portal to Build a Search Index and Knowledge Store](https://github.com/Azure-Samples/azure-search-knowledge-mining/workshops/Module%201.md)
91-
+ [Module 2 - Visualizing the Results with a Demo FrontEnd](https://github.com/Azure-Samples/azure-search-knowledge-mining/workshops/Module%202.md)
92-
+ [Module 3 - Introduction to Custom Skills and Azure Functions](https://github.com/Azure-Samples/azure-search-knowledge-mining/workshops/Module%203.md)
93-
+ [Module 4 - Learning the Object Model](https://github.com/Azure-Samples/azure-search-knowledge-mining/Module%204.md)
94-
+ [Module 5 - Advanced Azure Cognitive Search: Analyzers and Scoring Profiles](https://github.com/Azure-Samples/azure-search-knowledge-mining/workshops/Module%205.md)
95-
+ [Module 6 - Analyzing Your Data with PowerBI](https://github.com/Azure-Samples/azure-search-knowledge-mining/workshops/Module%206.md)
96-
+ [Module 7 - Using Azure Cognitive Search to index structured data](./workshops/Module%207.md) (Optional)
89+
+ [Module 0 - Pre-Requisites](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/master/workshops/Module%200.md) (*you must complete prior to moving on!*)
90+
+ [Module 1 - Using Azure Portal to Build a Search Index and Knowledge Store](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/master/workshops/Module%201.md)
91+
+ [Module 2 - Visualizing the Results with a Demo Front-End](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/master/workshops/Module%202.md)
92+
+ [Module 3 - Introduction to Custom Skills and Azure Functions](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/master/workshops/Module%203.md)
93+
+ [Module 4 - Learning the Object Model](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/master/workshops/Module%204.md)
94+
+ [Module 5 - Advanced Azure Cognitive Search: Analyzers and Scoring Profiles](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/master/workshops/Module%205.md)
95+
+ [Module 6 - Analyzing Your Data with PowerBI](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/master/workshops/Module%206.md)
96+
+ [Module 7 - Using Azure Cognitive Search to index structured data](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/master/workshops/Module%207.md) (Optional)
9797

9898
## License
9999

0 commit comments

Comments
 (0)