From 1f0a89933b6a484b54713c4743c4b941ec82cac6 Mon Sep 17 00:00:00 2001 From: Omnia Gamal El-Den Date: Thu, 19 Jun 2014 09:45:05 +0300 Subject: [PATCH] fix url of Index and Search External Data tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa9fbe..fe7e65b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The Flex documentation is very complete and detailed, so starting from the right ### For Elasticsearch Beginners -1. You may want to start with the [Index and Search External Data](http://ddnexus.github.io/flex/doc/7-Tutorials/4-Index-and-Search-External-Data.md) tutorial, since it practically doesn't require any elasticsearch knowledge. It will show you how to build your own search application with just a few lines of code. You will crawl a site, extract its content and build a simple user interface to search it with elasticsearch. +1. You may want to start with the [Index and Search External Data](http://ddnexus.github.io/flex/doc/7-Tutorials/4-Index-and-Search-External-Data.html) tutorial, since it practically doesn't require any elasticsearch knowledge. It will show you how to build your own search application with just a few lines of code. You will crawl a site, extract its content and build a simple user interface to search it with elasticsearch. 2. Then you may want to read the [Usage Overview](http://ddnexus.github.io/flex/doc/1-Flex-Project/2-Usage-Overview.html) page. Follow the links from there in order to dig into the topics that interest you.